Public Member Functions

 Lookup (int position)
 

Public Attributes

ushort MarkFilteringSet
 
ushort Flags
 
Dictionary< int, SubstitutionSubstitutions
 The mapping. It marks the first glyph of a sequence to its set of one or more substitution matches. (A set of substitutions is itself a 'GlyphSubstitution' object - avoids the need to have a list here) More...
 

Package Functions

void Setup (FontParser parser)
 

Package Attributes

int Offset
 

Properties

bool SetupRequired [get]
 

Constructor & Destructor Documentation

InfiniText.Lookup.Lookup ( int  position)
inline

Member Function Documentation

void InfiniText.Lookup.Setup ( FontParser  parser)
inlinepackage

Member Data Documentation

ushort InfiniText.Lookup.Flags
ushort InfiniText.Lookup.MarkFilteringSet
int InfiniText.Lookup.Offset
package
Dictionary<int,Substitution> InfiniText.Lookup.Substitutions

The mapping. It marks the first glyph of a sequence to its set of one or more substitution matches. (A set of substitutions is itself a 'GlyphSubstitution' object - avoids the need to have a list here)

Property Documentation

bool InfiniText.Lookup.SetupRequired
get