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