|
ReactOS 0.4.17-dev-934-g091855f
|
#include <dwrite_private.h>

Public Attributes | |
| IDWriteFactory7 * | factory |
| const WCHAR * | string |
| UINT32 | length |
| IDWriteTextFormat * | format |
| FLOAT | max_width |
| FLOAT | max_height |
| BOOL | is_gdi_compatible |
| FLOAT | ppdip |
| const DWRITE_MATRIX * | transform |
| BOOL | use_gdi_natural |
Definition at line 141 of file dwrite_private.h.
| IDWriteFactory7* textlayout_desc::factory |
Definition at line 143 of file dwrite_private.h.
| IDWriteTextFormat* textlayout_desc::format |
Definition at line 146 of file dwrite_private.h.
Referenced by dwritefactory_CreateGdiCompatibleTextLayout(), and dwritefactory_CreateTextLayout().
| BOOL textlayout_desc::is_gdi_compatible |
Definition at line 149 of file dwrite_private.h.
| UINT32 textlayout_desc::length |
Definition at line 145 of file dwrite_private.h.
| FLOAT textlayout_desc::max_height |
Definition at line 148 of file dwrite_private.h.
Referenced by dwritefactory_CreateGdiCompatibleTextLayout(), and dwritefactory_CreateTextLayout().
| FLOAT textlayout_desc::max_width |
Definition at line 147 of file dwrite_private.h.
Referenced by dwritefactory_CreateGdiCompatibleTextLayout(), and dwritefactory_CreateTextLayout().
| FLOAT textlayout_desc::ppdip |
Definition at line 151 of file dwrite_private.h.
Definition at line 144 of file dwrite_private.h.
| const DWRITE_MATRIX* textlayout_desc::transform |
Definition at line 152 of file dwrite_private.h.
| BOOL textlayout_desc::use_gdi_natural |
Definition at line 153 of file dwrite_private.h.
Referenced by dwritefactory_CreateGdiCompatibleTextLayout().