Parses the indices from given Glyphs element.

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

Syntax

C#
public static GlyphIndexPoint[] ParseIndices(
	Glyphs glyphs
)
Visual Basic
Public Shared Function ParseIndices ( _
	glyphs As Glyphs _
) As GlyphIndexPoint()
Visual C++
public:
static array<GlyphIndexPoint>^ ParseIndices(
	Glyphs^ glyphs
)

Parameters

glyphs
Type: System.Windows.Documents..::..Glyphs
The glyphs.

Return Value

An array of GlyphIndexPoint where each point represents a single character.

See Also