StandardFontDialog Class |
Namespace: VO
The StandardFontDialog type exposes the following members.
Name | Description | |
---|---|---|
StandardFontDialog |
Construct a standard font dialog.
|
Name | Description | |
---|---|---|
Flags |
A Windows API style constant to be set for the standard font dialog window.
| |
Font |
The font that was last selected in the standard font dialog window.
| |
FontColor |
The font color that was last selected in the standard font dialog window. This is only evident after EnableEffects(TRUE) has been called.
|
Name | Description | |
---|---|---|
Destroy | Free memory resources allocated for a VObject object and its derived objects. (Inherited from VObject.) | |
EnableANSI |
Allow ANSI fonts to appear in the list of fonts in the standard font dialog.
| |
EnableEffects |
Allow the ability to change font effects, such as underline, strikethrough, and color.
| |
EnableFixedPitch |
Determine whether only fixed pitch fonts will be displayed in the list of fonts for the standard font dialog.
| |
EnableTrueType |
Determine whether only true type fonts will be displayed in the list of fonts for the standard font dialog.
| |
Show |
Display a standard font dialog. To retrieve the value that the user selected, use the StandardFontDialog:Font access.
|