iText 8.0.2 API
iText.IO.Font.Otf.ContextualSubstRule Class Referenceabstract
Inheritance diagram for iText.IO.Font.Otf.ContextualSubstRule:
iText.IO.Font.Otf.ContextualRule iText.IO.Font.Otf.Lookuptype5.SubTableLookup5Format1.SubstRuleFormat1 iText.IO.Font.Otf.Lookuptype5.SubTableLookup5Format2.SubstRuleFormat2 iText.IO.Font.Otf.Lookuptype5.SubTableLookup5Format3.SubstRuleFormat3 iText.IO.Font.Otf.Lookuptype6.SubTableLookup6Format1.SubstRuleFormat1 iText.IO.Font.Otf.Lookuptype6.SubTableLookup6Format2.SubstRuleFormat2 iText.IO.Font.Otf.Lookuptype6.SubTableLookup6Format3.SubstRuleFormat3

Public Member Functions

abstract SubstLookupRecord[]  GetSubstLookupRecords ()
  Retrieves the substitution lookup records. More...
 
- Public Member Functions inherited from iText.IO.Font.Otf.ContextualRule
abstract int  GetContextLength ()
  Gets the length of the context glyph sequence defined by this rule More...
 
abstract bool  IsGlyphMatchesInput (int glyphId, int atIdx)
  Checks if glyph line element matches element from input sequence of the rule. More...
 
virtual int  GetLookaheadContextLength ()
  Gets the length of the lookahead context glyph sequence defined by this rule More...
 
virtual int  GetBacktrackContextLength ()
  Gets the length of the backtrack context glyph sequence defined by this rule More...
 
virtual bool  IsGlyphMatchesLookahead (int glyphId, int atIdx)
  Checks if glyph line element matches element from lookahead sequence of the rule. More...
 
virtual bool  IsGlyphMatchesBacktrack (int glyphId, int atIdx)
  Checks if glyph line element matches element from backtrack sequence of the rule. More...
 

Member Function Documentation

◆ GetSubstLookupRecords()

abstract SubstLookupRecord [] iText.IO.Font.Otf.ContextualSubstRule.GetSubstLookupRecords ( )
pure virtual