[]
        
(Showing Draft Content)

C1.Util.DX.DirectWrite.ColorGlyphRun

ColorGlyphRun Class

DWRITE_COLOR_GLYPH_RUN

Inheritance
ColorGlyphRun
Implements
Namespace: C1.Util.DX.DirectWrite
Assembly: C1.Win.C1DX.4.8.dll
Syntax
public class ColorGlyphRun : IDisposable

Constructors

Name Description
ColorGlyphRun()

Fields

Name Description
Advances

An optional array of glyph advances. This array could be null or contains GlyphCount elements.

BaselineOriginX

X-coordinate at which to draw this glyph run.

BaselineOriginY

Y-coordinate at which to draw this glyph run.

BidiLevel

unsigned int bidiLevel

FontFace

Gets or sets the FontFace associated with this GlypRun.

FontSize

float fontEmSize

GlyphCount

unsigned int glyphCount

GlyphRunDescription

Optional glyph run description.

Indices

An array of glyph indices. This array contains GlyphCount elements.

IsSideways

BOOL isSideways

Offsets

An optional array of glyph offsets. This array could be null or contains GlyphCount elements.

PaletteIndex

Zero-based index of this layer's color entry in the current color palette, or -1 if this layer is to be rendered using the current foreground brush.

RunColor

Color to use for this layer, if any.

Methods

Name Description
Dispose()

Clean up any resources being used.