wxFontData(3) See external documentation: wxFontData.

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()

See external documentation.

enableEffects(This, Flag) -> ok

Types:

This = wxFontData()
Flag = boolean()

See external documentation.

getAllowSymbols(This) -> boolean()

Types:

This = wxFontData()

See external documentation.

getColour(This) -> wx_colour4() (see module wx)

Types:

This = wxFontData()

See external documentation.

getChosenFont(This) -> wxFont() (see module wxFont)

Types:

This = wxFontData()

See external documentation.

getEnableEffects(This) -> boolean()

Types:

This = wxFontData()

See external documentation.

getInitialFont(This) -> wxFont() (see module wxFont)

Types:

This = wxFontData()

See external documentation.

getShowHelp(This) -> boolean()

Types:

This = wxFontData()

See external documentation.

setAllowSymbols(This, Flag) -> ok

Types:

This = wxFontData()
Flag = boolean()

See external documentation.

setChosenFont(This, Font) -> ok

Types:

This = wxFontData()
Font = wxFont() (see module wxFont)

See external documentation.

setColour(This, Colour) -> ok

Types:

This = wxFontData()
Colour = wx_colour() (see module wx)

See external documentation.

setInitialFont(This, Font) -> ok

Types:

This = wxFontData()
Font = wxFont() (see module wxFont)

See external documentation.

setRange(This, MinRange, MaxRange) -> ok

Types:

This = wxFontData()
MinRange = integer()
MaxRange = integer()

See external documentation.

setShowHelp(This, Flag) -> ok

Types:

This = wxFontData()
Flag = boolean()

See external documentation.

destroy(This::wxFontData()) -> ok

Destroys this object, do not use object again

AUTHORS

<>