LuaFontPrototype

Prototype of a font.

class LuaFontPrototype - sort
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.
name :: string [Read-only]

Name of this prototype.

from :: string [Read-only]

size :: int [Read-only]

spacing :: float [Read-only]

border :: boolean [Read-only]

filtered :: boolean [Read-only]

border_color :: Color [Read-only]

The border color or nil if not set.