[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.DirectWrite.GlyphRun

Class GlyphRun

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

DWRITE_GLYPH_RUN

public class GlyphRun : IDisposable
Inheritance
object
GlyphRun
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

GlyphRun()

public GlyphRun()

Fields

Advances

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

public float[] Advances

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

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[]

Methods

Dispose()

Clean up any resources being used.

public void Dispose()