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

Public Attributes

struct list entry
 
IDWriteInlineObject * object
 
IUnknown * effect
 
FLOAT baseline
 
D2D1_POINT_2F origin
 
FLOAT align_dx
 
FLOAT width
 
BOOL is_sideways
 
BOOL is_rtl
 
UINT32 line
 

Detailed Description

Definition at line 170 of file layout.c.

Member Data Documentation

◆ align_dx

◆ baseline

FLOAT layout_effective_inline::baseline

◆ effect

IUnknown* layout_effective_inline::effect

Definition at line 173 of file layout.c.

Referenced by dwritetextlayout_Draw(), layout_add_effective_run(), and layout_add_line().

◆ entry

struct list layout_effective_inline::entry

Definition at line 171 of file layout.c.

Referenced by layout_add_effective_run(), and layout_add_line().

◆ is_rtl

BOOL layout_effective_inline::is_rtl

Definition at line 179 of file layout.c.

Referenced by dwritetextlayout_Draw(), layout_add_effective_run(), and layout_add_line().

◆ is_sideways

BOOL layout_effective_inline::is_sideways

Definition at line 178 of file layout.c.

Referenced by dwritetextlayout_Draw(), layout_add_effective_run(), and layout_add_line().

◆ line

◆ object

IDWriteInlineObject* layout_effective_inline::object

◆ origin

◆ width

FLOAT layout_effective_inline::width

Definition at line 177 of file layout.c.

Referenced by layout_add_effective_run(), layout_add_line(), and layout_get_line_width().


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