3 * (C) Copyright IBM Corp. 1998-2013 - All Rights Reserved
7 #ifndef __NONCONTEXTUALGLYPHSUBSTITUTIONPROCESSOR_H
8 #define __NONCONTEXTUALGLYPHSUBSTITUTIONPROCESSOR_H
16 #include "MorphTables.h"
17 #include "SubtableProcessor.h"
18 #include "NonContextualGlyphSubst.h"
24 class NonContextualGlyphSubstitutionProcessor
: public SubtableProcessor
27 virtual void process(LEGlyphStorage
&glyphStorage
, LEErrorCode
&success
) = 0;
29 static SubtableProcessor
*createInstance(const LEReferenceTo
<MorphSubtableHeader
> &morphSubtableHeader
, LEErrorCode
&success
);
32 NonContextualGlyphSubstitutionProcessor();
33 NonContextualGlyphSubstitutionProcessor(const LEReferenceTo
<MorphSubtableHeader
> &morphSubtableHeader
, LEErrorCode
&status
);
35 virtual ~NonContextualGlyphSubstitutionProcessor();
38 NonContextualGlyphSubstitutionProcessor(const NonContextualGlyphSubstitutionProcessor
&other
); // forbid copying of this class
39 NonContextualGlyphSubstitutionProcessor
&operator=(const NonContextualGlyphSubstitutionProcessor
&other
); // forbid copying of this class