Prototype of a font.
| name :: string [R] | Name of this prototype. |
| from :: string [R] | |
| size :: int [R] | |
| spacing :: float [R] | |
| border :: boolean [R] | |
| filtered :: boolean [R] | |
| border_color :: Color [R] | The border color or nil if not set. |
| valid :: boolean [R] | Is this object valid? |
| object_name :: string [R] | The class name of this object. |
| help() → string | All methods and properties that this object supports. |