FontDialog
Previous  

The FontDialog object provides the following methods and properties and has no events.


Methods

New1 : Creates a new FontDialog object.

Show : Displays the FontDialog.


Properties

I signifies readable and O signifies settable

Bold : Boolean [I] : If True specifies that bold text is required.

Font : String [I] : The name of the font required.

FontScript :  Int32 [I] :  A number specifying the script required. This is normally inherited from the underlying Operating System but for reference may be selected as follows. 0 Western, 1 Default, 2 Symbol,128 Japanese, 161 Greek, 162 Turkish, 163 Vietnamese, 177 Hebrew, 178 Arabic, 186 Baltic, 204 Cyrillic, 238 Central European.     

FontSize : Double  [I] : Specifies the font size, in points, required.

Italic : Boolean [I] : If True specifies that italic text is required.

Strikeout : Boolean [I] : If True specifies that struck out text is required.

Underline : Boolean [I] : If True specifies that underlined text is required.