|
| | InterfaceFontInfo (const InterfaceFontInfo &other) |
| |
| | InterfaceFontInfo (const PMString &fontName, const int16 &pts, const int16 &attrs) |
| |
| InterfaceFontInfo & | operator= (const InterfaceFontInfo &other) |
| |
| int16 | GetFontSize () const |
| |
| int16 | GetFontAttributes () const |
| |
| int16 | GetFontNumber () const |
| |
| void | GetMetrics (IGraphicsContext *gc, int16 &ascent, int16 &descent, int16 &leading) const |
| |
| | InterfaceFontInfo (const InterfaceFontInfo &other) |
| |
| | InterfaceFontInfo (const PMString &fontName, const int32 &pts, const int16 &attrs) |
| |
| InterfaceFontInfo & | operator= (const InterfaceFontInfo &other) |
| |
| int32 | GetFontSize () const |
| |
| const LOGFONT & | GetLogFont () const |
| |
| WGDIObject | GetGDIObject () const |
| |
| int16 | GetFontAttributes () const |
| |
| void | GetMetrics (IGraphicsContext *gc, int16 &ascent, int16 &descent, int16 &leading) const |
| |
| | CInterfaceFontInfo () |
| |
| | CInterfaceFontInfo (const PMString &fontName) |
| |
| | CInterfaceFontInfo (const CInterfaceFontInfo &other) |
| |
| | ~CInterfaceFontInfo () |
| |
| CInterfaceFontInfo & | operator= (const CInterfaceFontInfo &other) |
| |
| const PMString & | GetFontName () const |
| |
| IPMFont * | GetFont () const |
| |
Macintosh platform specific implementation of UI font structure. Note that this can only be used with fonts that are installed in the system. Fonts in Adobe fonts folders can't be used to draw UI elements.
- See Also
- IUIFontSpec for the interface which allows widgets to override their default UI font.
- IInterfaceFonts for the main interface to get InterfaceFontInfo from an interface font IDs
- DrawStringUtils.h for the main routines that use InterfaceFontInfo
Windows platform specific implementation of UI font structure. Note that this can only be used with fonts that are installed in the system. Fonts in Adobe fonts folders can't be used to draw UI elements.
- See Also
- IUIFontSpec for the interface which allows widgets to override their default UI font.
- IInterfaceFonts for the main interface to get InterfaceFontInfo from an interface font IDs
- DrawStringUtils.h for the main routines that use InterfaceFontInfo