Provides access to font details such as glyph indices and individual glyph positions

Namespace: FirstFloor.Documents.Fonts
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public class GlyphRun
Visual Basic
Public Class GlyphRun
Visual C++
public ref class GlyphRun

Remarks

Please note that GlyphRun elements are not updated after initialization. Modifications to an underlying Glyphs element are not applied to the associated GlyphRun. This behavior is sufficient for the fixed behavior of XPS document pages.

Inheritance Hierarchy

System..::..Object
  FirstFloor.Documents.Fonts..::..GlyphRun

See Also