WiseMo Guest Component API
Public Types | Properties | List of all members
IWGuestFont Interface Reference

C++ More...

import"WGuest.idl";

Inheritance diagram for IWGuestFont:
WGuestFont

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]
 

Detailed Description

C++

Chat font interface.

Member Enumeration Documentation

Enumerator
FontEffect_Italic 

1 - Italic

FontEffect_StrikeOut 

2 - Strike out

Property Documentation

LONG BgColor
getset

Font background color.

LONG CharSet
getset

Font character set.

LONG Effects
getset

Font effects.

The bitwise OR of the FontEffect_t constants.

LONG FgColor
getset

Font foreground color.

LONG Height
getset

Font height.

BSTR Name
getset

Font name property.

VARIANT_BOOL Underline
getset

Font underline.

LONG Weight
getset

Font weight.


The documentation for this interface was generated from the following file: