Gets the advance heights for the glyphs represented by the GlyphTypeface object.

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

Syntax

C#
public IDictionary<ushort, double> AdvanceHeights { get; internal set; }
Visual Basic
Public Property AdvanceHeights As IDictionary(Of UShort, Double)
	Get
	Friend Set
Visual C++
public:
property IDictionary<unsigned short, double>^ AdvanceHeights {
	IDictionary<unsigned short, double>^ get ();
	internal: void set (IDictionary<unsigned short, double>^ value);
}

Field Value

The advance heights.

See Also