TalanSoft Toolkits  201707
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions | Public Attributes | List of all members
Font Struct Reference

Detailed Description

Wrapper around a Win32 Font.

Public Member Functions

 Font (HFONT ahFont=NULL)
 
 Font (int aiSize, const TCHAR *aszFace)
 
void Set (int aiSize, const CHAR *aszFace)
 
 ~Font ()
 

Public Attributes

HFONT hFont
 

Constructor & Destructor Documentation

Font ( HFONT  ahFont = NULL)
Font ( int  aiSize,
const TCHAR *  aszFace 
)
~Font ( )

Member Function Documentation

void Set ( int  aiSize,
const CHAR *  aszFace 
)

Member Data Documentation

HFONT hFont