#include <gdiplusheaders.h>
|
| 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 () const |
|
Status | GetFamily (FontFamily *family) const |
|
REAL | GetHeight (const Graphics *graphics) const |
|
REAL | GetHeight (REAL dpi) const |
|
Status | GetLastStatus () const |
|
Status | GetLogFontA (const Graphics *g, LOGFONTA *logfontA) const |
|
Status | GetLogFontW (const Graphics *g, LOGFONTW *logfontW) const |
|
REAL | GetSize () const |
|
INT | GetStyle () const |
|
Unit | GetUnit () const |
|
BOOL | IsAvailable () const |
|
void | operator delete (void *in_pVoid) |
|
void | operator delete[] (void *in_pVoid) |
|
void * | operator new (size_t in_size) |
|
void * | operator new[] (size_t in_size) |
|
Definition at line 873 of file gdiplusheaders.h.
◆ Font() [1/7]
Definition at line 880 of file gdiplusheaders.h.
881 {
883 }
GpFontFamily * fontFamily
png_const_structrp png_const_inforp int * unit
◆ Font() [2/7]
◆ Font() [3/7]
◆ Font() [4/7]
◆ Font() [5/7]
◆ Font() [6/7]
◆ Font() [7/7]
◆ Clone()
Font * Font::Clone |
( |
| ) |
const |
|
inline |
◆ GetFamily()
Definition at line 917 of file gdiplusheaders.h.
918 {
920 }
Status SetStatus(Status status) const
◆ GetHeight() [1/2]
Definition at line 923 of file gdiplusheaders.h.
924 {
928 }
friend GpFont *& getNat(const Font *font)
GLint GLint GLsizei GLsizei height
◆ GetHeight() [2/2]
◆ GetLastStatus()
Status Font::GetLastStatus |
( |
| ) |
const |
|
inline |
◆ GetLogFontA()
◆ GetLogFontW()
◆ GetSize()
REAL Font::GetSize |
( |
| ) |
const |
|
inline |
◆ GetStyle()
INT Font::GetStyle |
( |
| ) |
const |
|
inline |
◆ GetUnit()
Unit Font::GetUnit |
( |
| ) |
const |
|
inline |
◆ IsAvailable()
BOOL Font::IsAvailable |
( |
| ) |
const |
|
inline |
◆ SetStatus()
◆ FontCollection
◆ FontFamily
◆ getNat
◆ Graphics
◆ font
◆ status
The documentation for this class was generated from the following file: