wxErlang

Reference Manual

Version 1.8.2

Table of Contents

wxFontData

Module

wxFontData

Module Summary

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

new(Data) -> wxFontData()

Types

Data = wxFontData()

enableEffects(This, Flag) -> ok

Types

This = wxFontData()
Flag = boolean()

getAllowSymbols(This) -> boolean()

Types

This = wxFontData()

getColour(This) -> wx:wx_colour4()

Types

This = wxFontData()

getChosenFont(This) -> wxFont:wxFont()

Types

This = wxFontData()

getEnableEffects(This) -> boolean()

Types

This = wxFontData()

getInitialFont(This) -> wxFont:wxFont()

Types

This = wxFontData()

getShowHelp(This) -> boolean()

Types

This = wxFontData()

setAllowSymbols(This, Flag) -> ok

Types

This = wxFontData()
Flag = boolean()

setChosenFont(This, Font) -> ok

Types

This = wxFontData()

setColour(This, Colour) -> ok

Types

This = wxFontData()
Colour = wx:wx_colour()

setInitialFont(This, Font) -> ok

Types

This = wxFontData()

setRange(This, MinRange, MaxRange) -> ok

Types

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

setShowHelp(This, Flag) -> ok

Types

This = wxFontData()
Flag = boolean()

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

Destroys this object, do not use object again