Class TtfNameTable.NameRecord

TtfNameTable.NameRecord class

Represents NameRecord structure of the ’name’ table

public class NameRecord

Constructors

NameDescription
NameRecord()The default constructor.

Properties

NameDescription
LanguageId { get; }Language identifier
NameId { get; }Name identifier
PlatformId { get; }Platform identifier code
PlatformSpecificId { get; }Platform-specific encoding identifier
String { get; }String in the string storage related to this name record.

See Also