os/textandloc/fontservices/textshaperplugin/IcuSource/layout/GlyphPosnLookupProc.h
Update contrib.
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,
36 le_uint16 lookupType, GlyphIterator *glyphIterator,
37 const LEFontInstance *fontInstance, LEErrorCode& success) const;
40 GlyphPositioningLookupProcessor();
44 GlyphPositioningLookupProcessor(const GlyphPositioningLookupProcessor &other); // forbid copying of this class
45 GlyphPositioningLookupProcessor &operator=(const GlyphPositioningLookupProcessor &other); // forbid copying of this class