ReactOS 0.4.17-dev-934-g091855f
textlayout_desc Struct Reference

#include <dwrite_private.h>

Collaboration diagram for textlayout_desc:

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
 

Detailed Description

Definition at line 141 of file dwrite_private.h.

Member Data Documentation

◆ factory

IDWriteFactory7* textlayout_desc::factory

Definition at line 143 of file dwrite_private.h.

◆ format

IDWriteTextFormat* textlayout_desc::format

◆ is_gdi_compatible

BOOL textlayout_desc::is_gdi_compatible

Definition at line 149 of file dwrite_private.h.

◆ length

UINT32 textlayout_desc::length

Definition at line 145 of file dwrite_private.h.

◆ max_height

FLOAT textlayout_desc::max_height

◆ max_width

FLOAT textlayout_desc::max_width

◆ ppdip

FLOAT textlayout_desc::ppdip

Definition at line 151 of file dwrite_private.h.

◆ string

const WCHAR* textlayout_desc::string

Definition at line 144 of file dwrite_private.h.

◆ transform

const DWRITE_MATRIX* textlayout_desc::transform

Definition at line 152 of file dwrite_private.h.

◆ use_gdi_natural

BOOL textlayout_desc::use_gdi_natural

Definition at line 153 of file dwrite_private.h.

Referenced by dwritefactory_CreateGdiCompatibleTextLayout().


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