|
ReactOS 0.4.17-dev-934-g091855f
|

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 |
| FLOAT* regular_layout_run::advances |
Definition at line 135 of file layout.c.
Referenced by layout_shape_apply_character_spacing().
| UINT16* regular_layout_run::clustermap |
Definition at line 134 of file layout.c.
Referenced by dwritetextlayout_Draw(), and layout_get_erun_bbox().
| DWRITE_GLYPH_RUN_DESCRIPTION regular_layout_run::descr |
Definition at line 130 of file layout.c.
Referenced by dwritetextlayout_Draw(), init_cluster_metrics(), layout_map_run_characters(), layout_shape_apply_character_spacing(), and layout_shape_get_user_features().
| UINT32 regular_layout_run::glyphcount |
Definition at line 137 of file layout.c.
Referenced by init_cluster_metrics(), and layout_shape_apply_character_spacing().
| DWRITE_GLYPH_OFFSET* regular_layout_run::offsets |
Definition at line 136 of file layout.c.
Referenced by layout_shape_apply_character_spacing().
| DWRITE_GLYPH_RUN regular_layout_run::run |
Definition at line 131 of file layout.c.
Referenced by dwritetextlayout_Draw(), init_cluster_metrics(), layout_compute_runs(), layout_get_erun_bbox(), layout_map_run_characters(), layout_resolve_fonts(), layout_set_cluster_metrics(), layout_set_dummy_line_metrics(), layout_shape_apply_character_spacing(), layout_shape_get_glyphs(), layout_shape_get_positions(), and layout_shape_get_user_features().
| DWRITE_SCRIPT_ANALYSIS regular_layout_run::sa |