[]
DWRITE_GLYPH_RUN
public class GlyphRun : IDisposable
public GlyphRun()
An optional array of glyph advances. This array could be null or contains GlyphCount elements.
public float[] Advances
unsigned int bidiLevel
public int BidiLevel
Gets or sets the FontFace associated with this GlypRun.
public FontFace FontFace
The font face.
float fontEmSize
public float FontSize
unsigned int glyphCount
public int GlyphCount
An array of glyph indices. This array contains GlyphCount elements.
public short[] Indices
BOOL isSideways
public Bool IsSideways
An optional array of glyph offsets. This array could be null or contains GlyphCount elements.
public GlyphOffset[] Offsets
Clean up any resources being used.
public void Dispose()