ReactOS 0.4.17-dev-934-g091855f
regular_layout_run Struct Reference
Collaboration diagram for regular_layout_run:

Public Attributes

DWRITE_GLYPH_RUN_DESCRIPTION descr
 
DWRITE_GLYPH_RUN run
 
DWRITE_SCRIPT_ANALYSIS sa
 
UINT16 * glyphs
 
UINT16 * clustermap
 
FLOAT * advances
 
DWRITE_GLYPH_OFFSET * offsets
 
UINT32 glyphcount
 

Detailed Description

Definition at line 129 of file layout.c.

Member Data Documentation

◆ advances

FLOAT* regular_layout_run::advances

Definition at line 135 of file layout.c.

Referenced by layout_shape_apply_character_spacing().

◆ clustermap

UINT16* regular_layout_run::clustermap

Definition at line 134 of file layout.c.

Referenced by dwritetextlayout_Draw(), and layout_get_erun_bbox().

◆ descr

◆ glyphcount

UINT32 regular_layout_run::glyphcount

Definition at line 137 of file layout.c.

Referenced by init_cluster_metrics(), and layout_shape_apply_character_spacing().

◆ glyphs

UINT16* regular_layout_run::glyphs

Definition at line 133 of file layout.c.

◆ offsets

DWRITE_GLYPH_OFFSET* regular_layout_run::offsets

Definition at line 136 of file layout.c.

Referenced by layout_shape_apply_character_spacing().

◆ run

◆ sa

DWRITE_SCRIPT_ANALYSIS regular_layout_run::sa

Definition at line 132 of file layout.c.


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