#include <gdiplusheaders.h>
Definition at line 711 of file gdiplusheaders.h.
◆ FontFamily() [1/2]
FontFamily::FontFamily |
( |
| ) |
|
|
inline |
◆ FontFamily() [2/2]
Definition at line 720 of file gdiplusheaders.h.
721 {
724 }
GpFontFamily * fontFamily
friend GpFontFamily *& getNat(const FontFamily *ff)
◆ Clone()
◆ GenericMonospace()
Definition at line 733 of file gdiplusheaders.h.
734 {
736 genericMonospace->
status =
737 DllExports::GdipGetGenericFontFamilyMonospace(genericMonospace ? &genericMonospace->
fontFamily :
NULL);
738 return genericMonospace;
739 }
◆ GenericSansSerif()
Definition at line 742 of file gdiplusheaders.h.
743 {
745 genericSansSerif->
status =
746 DllExports::GdipGetGenericFontFamilySansSerif(genericSansSerif ? &genericSansSerif->
fontFamily :
NULL);
747 return genericSansSerif;
748 }
◆ GenericSerif()
Definition at line 751 of file gdiplusheaders.h.
752 {
755 DllExports::GdipGetGenericFontFamilyMonospace(genericSerif ? &genericSerif->
fontFamily :
NULL);
756 return genericSerif;
757 }
◆ GetCellAscent()
UINT16 FontFamily::GetCellAscent |
( |
INT |
style | ) |
const |
|
inline |
Definition at line 760 of file gdiplusheaders.h.
761 {
764 return CellAscent;
765 }
Status SetStatus(Status status) const
◆ GetCellDescent()
UINT16 FontFamily::GetCellDescent |
( |
INT |
style | ) |
const |
|
inline |
◆ GetEmHeight()
◆ GetFamilyName()
Status FontFamily::GetFamilyName |
( |
WCHAR |
name[LF_FACESIZE], |
|
|
WCHAR |
language |
|
) |
| const |
|
inline |
◆ GetLastStatus()
Status FontFamily::GetLastStatus |
( |
| ) |
const |
|
inline |
◆ GetLineSpacing()
UINT16 FontFamily::GetLineSpacing |
( |
INT |
style | ) |
const |
|
inline |
◆ IsAvailable()
BOOL FontFamily::IsAvailable |
( |
| ) |
const |
|
inline |
◆ IsStyleAvailable()
BOOL FontFamily::IsStyleAvailable |
( |
INT |
style | ) |
const |
|
inline |
◆ SetStatus()
◆ Font
◆ getNat
◆ fontFamily
Definition at line 819 of file gdiplusheaders.h.
Referenced by Font::Font(), FontFamily(), GenericMonospace(), GenericSansSerif(), GenericSerif(), GetCellAscent(), GetCellDescent(), GetEmHeight(), Font::GetFamily(), GetFamilyName(), GetLineSpacing(), and IsStyleAvailable().
◆ status
The documentation for this class was generated from the following file: