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

Public Attributes

struct d2d_command c
 
D2D1_POINT_2F origin
 
DWRITE_MEASURING_MODE measuring_mode
 
ID2D1Brush * brush
 
DWRITE_GLYPH_RUN run
 
DWRITE_GLYPH_RUN_DESCRIPTION * run_desc
 

Detailed Description

Definition at line 180 of file command_list.c.

Member Data Documentation

◆ brush

ID2D1Brush* d2d_command_draw_glyph_run::brush

Definition at line 185 of file command_list.c.

Referenced by d2d_command_list_draw_glyph_run().

◆ c

struct d2d_command d2d_command_draw_glyph_run::c

Definition at line 182 of file command_list.c.

◆ measuring_mode

DWRITE_MEASURING_MODE d2d_command_draw_glyph_run::measuring_mode

Definition at line 184 of file command_list.c.

Referenced by d2d_command_list_draw_glyph_run().

◆ origin

D2D1_POINT_2F d2d_command_draw_glyph_run::origin

Definition at line 183 of file command_list.c.

◆ run

DWRITE_GLYPH_RUN d2d_command_draw_glyph_run::run

Definition at line 186 of file command_list.c.

Referenced by d2d_command_list_draw_glyph_run().

◆ run_desc

DWRITE_GLYPH_RUN_DESCRIPTION* d2d_command_draw_glyph_run::run_desc

Definition at line 187 of file command_list.c.

Referenced by d2d_command_list_draw_glyph_run().


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