#include <gdiplusheaders.h>
Inherits GdiplusBase.
Public Member Functions |
| | Font (const FontFamily *family, REAL emSize, INT style, Unit unit) |
| | Font (HDC hdc, const HFONT hfont) |
| | Font (HDC hdc, const LOGFONTA *logfont) |
| | Font (HDC hdc, const LOGFONTW *logfont) |
| | Font (const WCHAR *familyName, REAL emSize, INT style, Unit unit, const FontCollection *fontCollection) |
| | Font (HDC hdc) |
| Font * | Clone (VOID) const |
| Status | GetFamily (FontFamily *family) const |
| REAL | GetHeight (const Graphics *graphics) const |
| REAL | GetHeight (REAL dpi) const |
| Status | GetLastStatus (VOID) const |
| Status | GetLogFontA (const Graphics *g, LOGFONTA *logfontA) const |
| Status | GetLogFontW (const Graphics *g, LOGFONTW *logfontW) const |
| REAL | GetSize (VOID) const |
| INT | GetStyle (VOID) const |
| Unit | GetUnit (VOID) const |
| BOOL | IsAvailable (VOID) const |
Friends |
| class | FontFamily |
| class | FontCollection |
Detailed Description
Definition at line 376 of file gdiplusheaders.h.
The documentation for this class was generated from the following file: