Version

Font.Version property

Gets or sets the font version.

public string Version { get; set; }

Property Value

The font version.

Examples

/version for Type1 fonts nameId 5 for Apple True Type and OpenType /CIDFontVersion for CID fonts The empty string for bitmap fonts

See Also