wxFontData

wxFontData

wxFontData
Functions for wxFontData class

This class holds a variety of information related to font dialogs.

See: Overview cmndlg, wxFont, wxFontDialog

wxWidgets docs: wxFontData

Constructor.

Initializes fontColour to black, showHelp to false, allowSymbols to true, enableEffects to true, minSize to 0 and maxSize to 0.

Types

Enable = boolean()

Enables or disables "effects" under Windows or generic only.

This refers to the controls for manipulating colour, strikeout and underline properties.

The default value is true.

Types

Under Windows, returns a flag determining whether symbol fonts can be selected.

Has no effect on other platforms.

The default value is true.

Types

Gets the colour associated with the font dialog.

The default value is black.

Types

Gets the font chosen by the user if the user pressed OK (wxFontDialog::ShowModal() (not implemented in wx) returned wxID_OK).

Types

Determines whether "effects" are enabled under Windows.

This refers to the controls for manipulating colour, strikeout and underline properties.

The default value is true.

Types

Gets the font that will be initially used by the font dialog.

This should have previously been set by the application.

Types

Returns true if the Help button will be shown (Windows only).

The default value is false.

Types

AllowSymbols = boolean()

Under Windows, determines whether symbol fonts can be selected.

Has no effect on other platforms.

The default value is true.

Types

Sets the font that will be returned to the user (for internal use only).

Types

Sets the colour that will be used for the font foreground colour.

The default colour is black.

Types

Sets the font that will be initially used by the font dialog.

Types

Min = Max = integer()

Sets the valid range for the font point size (Windows only).

The default is 0, 0 (unrestricted range).

Types

ShowHelp = boolean()

Determines whether the Help button will be displayed in the font dialog (Windows only).

The default value is false.