Gets the version string information for the GlyphTypeface object interpreted from the font's 'NAME' table.

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

Syntax

C#
public IDictionary<int, string> VersionStrings { get; internal set; }
Visual Basic
Public Property VersionStrings As IDictionary(Of Integer, String)
	Get
	Friend Set
Visual C++
public:
property IDictionary<int, String^>^ VersionStrings {
	IDictionary<int, String^>^ get ();
	internal: void set (IDictionary<int, String^>^ value);
}

Field Value

The version strings.

See Also