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