[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.DirectWrite.ColorGlyphRun

Class ColorGlyphRun

Namespace
GrapeCity.Documents.DX.DirectWrite
Assembly
GcDocs.DX.Windows.dll

DWRITE_COLOR_GLYPH_RUN

public class ColorGlyphRun : IDisposable
Inheritance
object
ColorGlyphRun
Implements
System.IDisposable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

ColorGlyphRun()

public ColorGlyphRun()

Fields

Advances

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

public float[] Advances

Field Value

float[]

BaselineOriginX

X-coordinate at which to draw this glyph run.

public float BaselineOriginX

Field Value

float

BaselineOriginY

Y-coordinate at which to draw this glyph run.

public float BaselineOriginY

Field Value

float

BidiLevel

unsigned int bidiLevel

public int BidiLevel

Field Value

int

FontFace

Gets or sets the FontFace associated with this GlypRun.

public FontFace FontFace

Field Value

FontFace

The font face.

FontSize

float fontEmSize

public float FontSize

Field Value

float

GlyphCount

unsigned int glyphCount

public int GlyphCount

Field Value

int

GlyphRunDescription

Optional glyph run description.

public GlyphRunDescription GlyphRunDescription

Field Value

GlyphRunDescription

Indices

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

public short[] Indices

Field Value

short[]

IsSideways

BOOL isSideways

public Bool IsSideways

Field Value

Bool

Offsets

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

public GlyphOffset[] Offsets

Field Value

GlyphOffset[]

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.

public short PaletteIndex

Field Value

short

RunColor

Color to use for this layer, if any.

public ColorF RunColor

Field Value

ColorF

Methods

Dispose()

Clean up any resources being used.

public void Dispose()