Method: Processing::TextBounds#inspect

Defined in:
lib/processing/font.rb

#inspectString

Returns a string containing a human-readable representation of object.

Returns:

  • (String)

    inspected text



71
72
73
# File 'lib/processing/font.rb', line 71

def inspect()
  "#<Processing::TextBounds: x:#{x} y:#{y} w:#{w} h:#{h}>"
end