DESCRIPTION
See external documentation: wxFontData.
DATA TYPES
-
- wxFontData():
-
-
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
-
EXPORTS
new() -> wxFontData()
-
See external documentation.
new(Data) -> wxFontData()
-
Types:
-
Data = wxFontData()
-
Data = wxFontData()
-
See external documentation.
enableEffects(This, Flag) -> ok
-
Types:
-
This = wxFontData()
Flag = boolean()
-
This = wxFontData()
-
See external documentation.
getAllowSymbols(This) -> boolean()
-
Types:
-
This = wxFontData()
-
This = wxFontData()
-
See external documentation.
getColour(This) -> wx_colour4() (see module wx)
-
Types:
-
This = wxFontData()
-
This = wxFontData()
-
See external documentation.
getChosenFont(This) -> wxFont() (see module wxFont)
-
Types:
-
This = wxFontData()
-
This = wxFontData()
-
See external documentation.
getEnableEffects(This) -> boolean()
-
Types:
-
This = wxFontData()
-
This = wxFontData()
-
See external documentation.
getInitialFont(This) -> wxFont() (see module wxFont)
-
Types:
-
This = wxFontData()
-
This = wxFontData()
-
See external documentation.
getShowHelp(This) -> boolean()
-
Types:
-
This = wxFontData()
-
This = wxFontData()
-
See external documentation.
setAllowSymbols(This, Flag) -> ok
-
Types:
-
This = wxFontData()
Flag = boolean()
-
This = wxFontData()
-
See external documentation.
setChosenFont(This, Font) -> ok
-
Types:
-
This = wxFontData()
Font = wxFont() (see module wxFont)
-
This = wxFontData()
-
See external documentation.
setColour(This, Colour) -> ok
-
Types:
-
This = wxFontData()
Colour = wx_colour() (see module wx)
-
This = wxFontData()
-
See external documentation.
setInitialFont(This, Font) -> ok
-
Types:
-
This = wxFontData()
Font = wxFont() (see module wxFont)
-
This = wxFontData()
-
See external documentation.
setRange(This, MinRange, MaxRange) -> ok
-
Types:
-
This = wxFontData()
MinRange = integer()
MaxRange = integer()
-
This = wxFontData()
-
See external documentation.
setShowHelp(This, Flag) -> ok
-
Types:
-
This = wxFontData()
Flag = boolean()
-
This = wxFontData()
-
See external documentation.
destroy(This::wxFontData()) -> ok
-
Destroys this object, do not use object again
AUTHORS
<>