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