ReactOS 0.4.17-dev-243-g1369312
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
 
BOOL installed
 
LONG ref
 

Detailed Description

Definition at line 576 of file gdiplus_private.h.

Member Data Documentation

◆ ascent

UINT16 GpFontFamily::ascent

Definition at line 578 of file gdiplus_private.h.

Referenced by add_font_proc().

◆ descent

UINT16 GpFontFamily::descent

Definition at line 578 of file gdiplus_private.h.

Referenced by add_font_proc().

◆ dpi

int GpFontFamily::dpi

Definition at line 579 of file gdiplus_private.h.

Referenced by add_font_proc().

◆ em_height

UINT16 GpFontFamily::em_height

Definition at line 578 of file gdiplus_private.h.

Referenced by add_font_proc().

◆ FamilyName

WCHAR GpFontFamily::FamilyName[LF_FACESIZE]

Definition at line 577 of file gdiplus_private.h.

Referenced by add_font_proc(), and GdipCloneFontFamily().

◆ installed

BOOL GpFontFamily::installed

Definition at line 580 of file gdiplus_private.h.

Referenced by add_font_proc(), and GdipCloneFontFamily().

◆ line_spacing

UINT16 GpFontFamily::line_spacing

Definition at line 578 of file gdiplus_private.h.

Referenced by add_font_proc().

◆ ref

LONG GpFontFamily::ref

Definition at line 581 of file gdiplus_private.h.

Referenced by add_font_proc(), and GdipCloneFontFamily().


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