wxFontData

See external documentation: wxFontData.

See external documentation: wxFontData.

Types


wxFontData() = wx:wx_object()

Functions


new() -> wxFontData()

See external documentation.

new(Data) -> wxFontData()

  • Data = wxFontData()

See external documentation.

enableEffects(This, Flag) -> ok

  • This = wxFontData()
  • Flag = boolean()

See external documentation.

getAllowSymbols(This) -> boolean()

  • This = wxFontData()

See external documentation.

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

  • This = wxFontData()

See external documentation.

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

  • This = wxFontData()

See external documentation.

getEnableEffects(This) -> boolean()

  • This = wxFontData()

See external documentation.

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

  • This = wxFontData()

See external documentation.

getShowHelp(This) -> boolean()

  • This = wxFontData()

See external documentation.

setAllowSymbols(This, Flag) -> ok

  • This = wxFontData()
  • Flag = boolean()

See external documentation.

setChosenFont(This, Font) -> ok

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

See external documentation.

setColour(This, Colour) -> ok

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

See external documentation.

setInitialFont(This, Font) -> ok

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

See external documentation.

setRange(This, MinRange, MaxRange) -> ok

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

See external documentation.

setShowHelp(This, Flag) -> ok

  • This = wxFontData()
  • Flag = boolean()

See external documentation.

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

Destroys this object, do not use object again