3 * (C) Copyright IBM Corp. 1998-2004 - All Rights Reserved
7 #ifndef __GLYPHPOSITIONINGLOOKUPPROCESSOR_H
8 #define __GLYPHPOSITIONINGLOOKUPPROCESSOR_H
16 #include "LEFontInstance.h"
17 #include "OpenTypeTables.h"
20 #include "GlyphDefinitionTables.h"
21 #include "GlyphPositioningTables.h"
22 #include "GlyphIterator.h"
23 #include "LookupProcessor.h"
27 class GlyphPositioningLookupProcessor
: public LookupProcessor
30 GlyphPositioningLookupProcessor(const GlyphPositioningTableHeader
*glyphPositioningTableHeader
,
31 LETag scriptTag
, LETag languageTag
, const LETag
*featureOrder
);
33 virtual ~GlyphPositioningLookupProcessor();
35 virtual le_uint32
applySubtable(const LookupSubtable
*lookupSubtable
, le_uint16 lookupType
, GlyphIterator
*glyphIterator
,
36 const LEFontInstance
*fontInstance
) const;
39 GlyphPositioningLookupProcessor();
43 GlyphPositioningLookupProcessor(const GlyphPositioningLookupProcessor
&other
); // forbid copying of this class
44 GlyphPositioningLookupProcessor
&operator=(const GlyphPositioningLookupProcessor
&other
); // forbid copying of this class