[]
        
(Showing Draft Content)

C1.Util.DX.DirectWrite.GlyphRun

GlyphRun Class

DWRITE_GLYPH_RUN

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

Constructors

Name Description
GlyphRun()

Fields

Name Description
Advances

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

BidiLevel

unsigned int bidiLevel

FontFace

Gets or sets the FontFace associated with this GlypRun.

FontSize

float fontEmSize

GlyphCount

unsigned int glyphCount

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.

Methods

Name Description
Dispose()

Clean up any resources being used.