201
204
__tostring = function (self)
203
', w: ' .. self.width .. ', h: ' .. self.height .. ', '
206
', w: ' .. tostring(self.width) .. ', h: ' .. tostring(self.height) .. ', '
205
208
result = result .. 'font ' .. dump(self.font) .. ', ' .. string.len(self.text) .. ' chars, '