#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.
GpFontFamily * fontFamily
GpStatus WINGDIPAPI GdipCreateFont(GDIPCONST GpFontFamily *fontFamily, REAL emSize, INT style, Unit unit, GpFont **font)
png_const_structrp png_const_inforp int * unit
◆ Font() [2/7]
◆ Font() [3/7]
Definition at line 889 of file gdiplusheaders.h.
GpStatus WINGDIPAPI GdipCreateFontFromLogfontA(HDC hdc, GDIPCONST LOGFONTA *lfa, GpFont **font)
◆ Font() [4/7]
Definition at line 894 of file gdiplusheaders.h.
GpStatus WINGDIPAPI GdipCreateFontFromLogfontW(HDC hdc, GDIPCONST LOGFONTW *logfont, GpFont **font)
◆ Font() [5/7]
◆ Font() [6/7]
Definition at line 903 of file gdiplusheaders.h.
GpStatus WINGDIPAPI GdipCreateFontFromDC(HDC hdc, GpFont **font)
◆ Font() [7/7]
◆ Clone()
Font* Font::Clone |
( |
| ) |
const |
|
inline |
Definition at line 909 of file gdiplusheaders.h.
GpStatus WINGDIPAPI GdipCloneFont(GpFont *font, GpFont **cloneFont)
◆ GetFamily()
Definition at line 917 of file gdiplusheaders.h.
GpFontFamily * fontFamily
Status SetStatus(Status status) const
GpStatus WINGDIPAPI GdipGetFamily(GpFont *font, GpFontFamily **family)
◆ GetHeight() [1/2]
Definition at line 923 of file gdiplusheaders.h.
Status SetStatus(Status status) const
GpStatus WINGDIPAPI GdipGetFontHeight(GDIPCONST GpFont *font, GDIPCONST GpGraphics *graphics, REAL *height)
friend GpFont *& getNat(const Font *font)
GLint GLint GLsizei GLsizei height
◆ GetHeight() [2/2]
Definition at line 931 of file gdiplusheaders.h.
Status SetStatus(Status status) const
GLint GLint GLsizei GLsizei height
GpStatus WINGDIPAPI GdipGetFontHeightGivenDPI(GDIPCONST GpFont *font, REAL dpi, REAL *height)
◆ GetLastStatus()
Status Font::GetLastStatus |
( |
| ) |
const |
|
inline |
◆ GetLogFontA()
Definition at line 945 of file gdiplusheaders.h.
GpStatus WINGDIPAPI GdipGetLogFontA(GpFont *font, GpGraphics *graphics, LOGFONTA *lfa)
Status SetStatus(Status status) const
friend GpFont *& getNat(const Font *font)
◆ GetLogFontW()
Definition at line 951 of file gdiplusheaders.h.
GpStatus WINGDIPAPI GdipGetLogFontW(GpFont *font, GpGraphics *graphics, LOGFONTW *lf)
Status SetStatus(Status status) const
friend GpFont *& getNat(const Font *font)
◆ GetSize()
Definition at line 957 of file gdiplusheaders.h.
GpStatus WINGDIPAPI GdipGetFontSize(GpFont *font, REAL *size)
Status SetStatus(Status status) const
◆ GetStyle()
INT Font::GetStyle |
( |
| ) |
const |
|
inline |
Definition at line 965 of file gdiplusheaders.h.
Status SetStatus(Status status) const
GpStatus WINGDIPAPI GdipGetFontStyle(GpFont *font, INT *style)
◆ GetUnit()
Unit Font::GetUnit |
( |
| ) |
const |
|
inline |
Definition at line 973 of file gdiplusheaders.h.
GpStatus WINGDIPAPI GdipGetFontUnit(GpFont *font, Unit *unit)
png_const_structrp png_const_inforp int * unit
Status SetStatus(Status status) const
◆ IsAvailable()
BOOL Font::IsAvailable |
( |
| ) |
const |
|
inline |
◆ SetStatus()
◆ FontCollection
◆ FontFamily
◆ getNat
◆ Graphics
◆ font
◆ status
The documentation for this class was generated from the following file: