Source position: fpparsettf.pp line 214
type TNameRecord = packed record
PlatformID: UInt16;
EncodingID: UInt16;
LanguageID: UInt16;
NameID: UInt16;
StringLength: UInt16;
StringOffset: UInt16;
end;