2 * (C) Copyright IBM Corp. 1998-2005 - All Rights Reserved
6 #ifndef __GLYPHPOSITIONINGLOOKUPPROCESSOR_H
7 #define __GLYPHPOSITIONINGLOOKUPPROCESSOR_H
15 #include "LEFontInstance.h"
16 #include "OpenTypeTables.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 GlyphPositioningTableHeader
*glyphPositioningTableHeader
,
30 LETag scriptTag
, LETag languageTag
, const FeatureMap
*featureMap
, le_int32 featureMapCount
, le_bool featureOrder
);
32 virtual ~GlyphPositioningLookupProcessor();
34 virtual le_uint32
applySubtable(const LookupSubtable
*lookupSubtable
, le_uint16 lookupType
, GlyphIterator
*glyphIterator
,
35 const LEFontInstance
*fontInstance
) const;
38 GlyphPositioningLookupProcessor();
42 GlyphPositioningLookupProcessor(const GlyphPositioningLookupProcessor
&other
); // forbid copying of this class
43 GlyphPositioningLookupProcessor
&operator=(const GlyphPositioningLookupProcessor
&other
); // forbid copying of this class