Public Types | |
enum | FontEffect_t { FontEffect_Italic = 1, FontEffect_StrikeOut = 2 } |
Properties | |
LONG | Height [get, set] |
LONG | Weight [get, set] |
LONG | CharSet [get, set] |
LONG | Effects [get, set] |
VARIANT_BOOL | Underline [get, set] |
LONG | FgColor [get, set] |
LONG | BgColor [get, set] |
BSTR | Name [get, set] |
LONG INGuestXFont::Height [get, set] |
Font height.
LONG INGuestXFont::Weight [get, set] |
Font weight.
LONG INGuestXFont::CharSet [get, set] |
Font character set.
LONG INGuestXFont::Effects [get, set] |
Font effects.
The bitwise OR of the FontEffect_t constants.
VARIANT_BOOL INGuestXFont::Underline [get, set] |
Font underline.
LONG INGuestXFont::FgColor [get, set] |
Font foreground color.
LONG INGuestXFont::BgColor [get, set] |
Font background color.
BSTR INGuestXFont::Name [get, set] |
Font name property.