3 * (C) Copyright IBM Corp. 1998-2004 - All Rights Reserved
8 #include "LEFontInstance.h"
9 #include "OpenTypeTables.h"
11 #include "GlyphDefinitionTables.h"
12 #include "GlyphPositionAdjustments.h"
13 #include "GlyphPositioningTables.h"
14 #include "GlyphPosnLookupProc.h"
15 #include "LEGlyphStorage.h"
19 void GlyphPositioningTableHeader::process(LEGlyphStorage
&glyphStorage
, GlyphPositionAdjustment
*glyphPositionAdjustments
, le_bool rightToLeft
,
20 LETag scriptTag
, LETag languageTag
,
21 const GlyphDefinitionTableHeader
*glyphDefinitionTableHeader
,
22 const LEFontInstance
*fontInstance
, const LETag
*featureOrder
) const
24 GlyphPositioningLookupProcessor
processor(this, scriptTag
, languageTag
, featureOrder
);
26 processor
.process(glyphStorage
, glyphPositionAdjustments
, rightToLeft
, glyphDefinitionTableHeader
, fontInstance
);