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

Public Attributes

IDWriteGlyphRunAnalysis IDWriteGlyphRunAnalysis_iface
 
LONG refcount
 
DWRITE_RENDERING_MODE1 rendering_mode
 
DWRITE_TEXTURE_TYPE texture_type
 
DWRITE_GLYPH_RUN run
 
DWRITE_MATRIX m
 
UINT16 * glyphs
 
D2D_POINT_2F * origins
 
UINT8 flags
 
RECT bounds
 
BYTE * bitmap
 
UINT32 max_glyph_bitmap_size
 

Detailed Description

Definition at line 387 of file font.c.

Member Data Documentation

◆ bitmap

BYTE* dwrite_glyphrunanalysis::bitmap

◆ bounds

◆ flags

◆ glyphs

UINT16* dwrite_glyphrunanalysis::glyphs

◆ IDWriteGlyphRunAnalysis_iface

IDWriteGlyphRunAnalysis dwrite_glyphrunanalysis::IDWriteGlyphRunAnalysis_iface

Definition at line 389 of file font.c.

Referenced by create_glyphrunanalysis(), and impl_from_IDWriteGlyphRunAnalysis().

◆ m

DWRITE_MATRIX dwrite_glyphrunanalysis::m

◆ max_glyph_bitmap_size

UINT32 dwrite_glyphrunanalysis::max_glyph_bitmap_size

Definition at line 402 of file font.c.

Referenced by glyphrunanalysis_get_texturebounds(), and glyphrunanalysis_render().

◆ origins

D2D_POINT_2F* dwrite_glyphrunanalysis::origins

◆ refcount

LONG dwrite_glyphrunanalysis::refcount

◆ rendering_mode

◆ run

◆ texture_type


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