2 * (C) Copyright IBM Corp. 1998-2013 - All Rights Reserved
6 #ifndef __GLYPHPOSITIONINGLOOKUPPROCESSOR_H
7 #define __GLYPHPOSITIONINGLOOKUPPROCESSOR_H
15 #include "LEFontInstance.h"
16 #include "OpenTypeTables.h"
18 #include "ICUFeatures.h"
19 #include "GlyphDefinitionTables.h"
20 #include "GlyphPositioningTables.h"
21 #include "GlyphIterator.h"
22 #include "LookupProcessor.h"
26 class GlyphPositioningLookupProcessor
: public LookupProcessor
29 GlyphPositioningLookupProcessor(const LEReferenceTo
<GlyphPositioningTableHeader
> &glyphPositioningTableHeader
,
32 const FeatureMap
*featureMap
,
33 le_int32 featureMapCount
,
35 LEErrorCode
& success
);
37 virtual ~GlyphPositioningLookupProcessor();
39 virtual le_uint32
applySubtable(const LEReferenceTo
<LookupSubtable
> &lookupSubtable
, le_uint16 lookupType
, GlyphIterator
*glyphIterator
,
40 const LEFontInstance
*fontInstance
, LEErrorCode
& success
) const;
43 GlyphPositioningLookupProcessor();
47 GlyphPositioningLookupProcessor(const GlyphPositioningLookupProcessor
&other
); // forbid copying of this class
48 GlyphPositioningLookupProcessor
&operator=(const GlyphPositioningLookupProcessor
&other
); // forbid copying of this class