ReactOS 0.4.16-dev-401-g45b008d
|
#include <gdiplus_private.h>
Public Attributes | |
WCHAR | FamilyName [LF_FACESIZE] |
UINT16 | em_height |
UINT16 | ascent |
UINT16 | descent |
UINT16 | line_spacing |
int | dpi |
Definition at line 520 of file gdiplus_private.h.
UINT16 GpFontFamily::ascent |
Definition at line 522 of file gdiplus_private.h.
Referenced by GdipCreateFontFamilyFromName().
UINT16 GpFontFamily::descent |
Definition at line 522 of file gdiplus_private.h.
Referenced by GdipCreateFontFamilyFromName().
int GpFontFamily::dpi |
Definition at line 523 of file gdiplus_private.h.
Referenced by GdipCreateFontFamilyFromName().
UINT16 GpFontFamily::em_height |
Definition at line 522 of file gdiplus_private.h.
Referenced by GdipCreateFontFamilyFromName().
WCHAR GpFontFamily::FamilyName[LF_FACESIZE] |
Definition at line 521 of file gdiplus_private.h.
Referenced by add_font_proc(), and GdipCreateFontFamilyFromName().
UINT16 GpFontFamily::line_spacing |
Definition at line 522 of file gdiplus_private.h.
Referenced by GdipCreateFontFamilyFromName().