internal int LookupSubtableOffset(FontTable Table) { return offset + (int)Table.GetUInt(offset + offsetExtensionOffset); }
public uint GetLangSysTag(FontTable Table,ushort Index) { return Table.GetUInt(offset + offsetLangSysRecordArray + Index*sizeLangSysRecord + offsetLangSysRecordTag); }
public uint FeatureTag(FontTable Table,ushort Index) { return Table.GetUInt(offset + offsetFeatureRecordArray + Index * sizeFeatureRecord + offsetFeatureRecordTag); }
public uint GetScriptTag(FontTable Table, ushort Index) { return Table.GetUInt(offset + offsetScriptRecordArray + Index*sizeScriptRecord + offsetScriptRecordTag); }