< prev index next >

src/share/native/sun/font/layout/LigatureSubstProc.h

Print this page
rev 1554 : 8158302: Handle contextual glyph substitutions
Reviewed-by: prr

*** 52,62 **** class LigatureSubstitutionProcessor : public StateTableProcessor { public: virtual void beginStateTable(); ! virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index); virtual void endStateTable(); LigatureSubstitutionProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success); virtual ~LigatureSubstitutionProcessor(); --- 52,62 ---- class LigatureSubstitutionProcessor : public StateTableProcessor { public: virtual void beginStateTable(); ! virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index, LEErrorCode &success); virtual void endStateTable(); LigatureSubstitutionProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success); virtual ~LigatureSubstitutionProcessor();
< prev index next >