[ROOT] --> small
public COleFont ( ) ;
public COleFont ( LPDISPATCH pDispatch ) ;
public COleFont ( const COleFont & dispatchSrc ) ;
public CString GetName ( ) ;
public void SetName ( LPCTSTR ) ;
public CY GetSize ( ) ;
public void SetSize ( const CY & ) ;
public BOOL GetBold ( ) ;
public void SetBold ( BOOL ) ;
public BOOL GetItalic ( ) ;
public void SetItalic ( BOOL ) ;
public BOOL GetUnderline ( ) ;
public void SetUnderline ( BOOL ) ;
public BOOL GetStrikethrough ( ) ;
public void SetStrikethrough ( BOOL ) ;
public short GetWeight ( ) ;
public void SetWeight ( short ) ;
public short GetCharset ( ) ;
public void SetCharset ( short ) ;
This documentation was generated automatically by the ccdoc tool (version 0.7a).
Click here to submit a bug report or feature request.
Click here to return to the top of the page.