ReactOS 0.4.15-dev-8002-gbbb3b00
font_metrics Struct Reference
Collaboration diagram for font_metrics:

Public Attributes

WCHAR facename [LF_FACESIZE]
 
UINT16 em_height
 
UINT16 ascent
 
UINT16 descent
 
UINT16 line_spacing
 
int dpi
 
REAL font_height
 
REAL font_size
 
INT lfHeight
 

Detailed Description

Definition at line 647 of file font.c.

Member Data Documentation

◆ ascent

◆ descent

◆ dpi

int font_metrics::dpi

Definition at line 651 of file font.c.

Referenced by GdipCreateFontFamilyFromName(), and get_font_metrics().

◆ em_height

◆ facename

WCHAR font_metrics::facename[LF_FACESIZE]

Definition at line 649 of file font.c.

Referenced by find_installed_font(), and GdipCreateFontFamilyFromName().

◆ font_height

REAL font_metrics::font_height

◆ font_size

REAL font_metrics::font_size

◆ lfHeight

INT font_metrics::lfHeight

Definition at line 579 of file font.c.

Referenced by cmp_font_metrics(), gdi_get_font_metrics(), and gdip_get_font_metrics().

◆ line_spacing


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