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



103
104
105
# File 'lib/processing/font.rb', line 103

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