ReactOS 0.4.17-dev-934-g091855f
dwrite_2.idl File Reference

Go to the source code of this file.

Classes

struct  DWRITE_TEXT_METRICS1
 
struct  _D3DCOLORVALUE
 
struct  DWRITE_COLOR_GLYPH_RUN
 
interface  IDWriteTextRenderer1
 
interface  IDWriteFontFallback
 
interface  IDWriteTextFormat1
 
interface  IDWriteTextLayout2
 
interface  IDWriteTextAnalyzer2
 
interface  IDWriteFontFallbackBuilder
 
interface  IDWriteFont2
 
interface  IDWriteFontFace2
 
interface  IDWriteColorGlyphRunEnumerator
 
interface  IDWriteRenderingParams2
 
interface  IDWriteFactory2
 

Typedefs

typedef enum DWRITE_OPTICAL_ALIGNMENT DWRITE_OPTICAL_ALIGNMENT
 
typedef enum DWRITE_GRID_FIT_MODE DWRITE_GRID_FIT_MODE
 
typedef struct DWRITE_TEXT_METRICS1 DWRITE_TEXT_METRICS1
 
typedef struct _D3DCOLORVALUE D3DCOLORVALUE
 
typedef D3DCOLORVALUE DWRITE_COLOR_F
 
typedef struct DWRITE_COLOR_GLYPH_RUN DWRITE_COLOR_GLYPH_RUN
 

Enumerations

enum  DWRITE_OPTICAL_ALIGNMENT { DWRITE_OPTICAL_ALIGNMENT_NONE , DWRITE_OPTICAL_ALIGNMENT_NO_SIDE_BEARINGS }
 
enum  DWRITE_GRID_FIT_MODE { DWRITE_GRID_FIT_MODE_DEFAULT , DWRITE_GRID_FIT_MODE_DISABLED , DWRITE_GRID_FIT_MODE_ENABLED }
 

Typedef Documentation

◆ D3DCOLORVALUE

◆ DWRITE_COLOR_F

Definition at line 73 of file dwrite_2.idl.

◆ DWRITE_COLOR_GLYPH_RUN

◆ DWRITE_GRID_FIT_MODE

◆ DWRITE_OPTICAL_ALIGNMENT

◆ DWRITE_TEXT_METRICS1

Enumeration Type Documentation

◆ DWRITE_GRID_FIT_MODE

Enumerator
DWRITE_GRID_FIT_MODE_DEFAULT 
DWRITE_GRID_FIT_MODE_DISABLED 
DWRITE_GRID_FIT_MODE_ENABLED 

Definition at line 27 of file dwrite_2.idl.

28{
DWRITE_GRID_FIT_MODE
Definition: dwrite_2.idl:28
@ DWRITE_GRID_FIT_MODE_DEFAULT
Definition: dwrite_2.idl:29
@ DWRITE_GRID_FIT_MODE_DISABLED
Definition: dwrite_2.idl:30
@ DWRITE_GRID_FIT_MODE_ENABLED
Definition: dwrite_2.idl:31

◆ DWRITE_OPTICAL_ALIGNMENT

Enumerator
DWRITE_OPTICAL_ALIGNMENT_NONE 
DWRITE_OPTICAL_ALIGNMENT_NO_SIDE_BEARINGS 

Definition at line 21 of file dwrite_2.idl.

22{
DWRITE_OPTICAL_ALIGNMENT
Definition: dwrite_2.idl:22
@ DWRITE_OPTICAL_ALIGNMENT_NONE
Definition: dwrite_2.idl:23
@ DWRITE_OPTICAL_ALIGNMENT_NO_SIDE_BEARINGS
Definition: dwrite_2.idl:24