ReactOS 0.4.15-dev-7934-g1dc8d80
GpFontFamily Struct Reference

#include <gdiplus_private.h>

Collaboration diagram for GpFontFamily:

Public Attributes

WCHAR FamilyName [LF_FACESIZE]
 
UINT16 em_height
 
UINT16 ascent
 
UINT16 descent
 
UINT16 line_spacing
 
int dpi
 

Detailed Description

Definition at line 520 of file gdiplus_private.h.

Member Data Documentation

◆ ascent

UINT16 GpFontFamily::ascent

Definition at line 522 of file gdiplus_private.h.

Referenced by GdipCreateFontFamilyFromName().

◆ descent

UINT16 GpFontFamily::descent

Definition at line 522 of file gdiplus_private.h.

Referenced by GdipCreateFontFamilyFromName().

◆ dpi

int GpFontFamily::dpi

Definition at line 523 of file gdiplus_private.h.

Referenced by GdipCreateFontFamilyFromName().

◆ em_height

UINT16 GpFontFamily::em_height

Definition at line 522 of file gdiplus_private.h.

Referenced by GdipCreateFontFamilyFromName().

◆ FamilyName

WCHAR GpFontFamily::FamilyName[LF_FACESIZE]

Definition at line 521 of file gdiplus_private.h.

Referenced by add_font_proc(), and GdipCreateFontFamilyFromName().

◆ line_spacing

UINT16 GpFontFamily::line_spacing

Definition at line 522 of file gdiplus_private.h.

Referenced by GdipCreateFontFamilyFromName().


The documentation for this struct was generated from the following file: