Gets the localized version string information for the GlyphTypefaceLocalized 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 string VersionString { get; }
Visual Basic
Public ReadOnly Property VersionString As String
	Get
Visual C++
public:
property String^ VersionString {
	String^ get ();
}

Field Value

The version string.

See Also