2 * (C) Copyright IBM Corp. 1998-2005 - All Rights Reserved
7 #include "LEFontInstance.h"
8 #include "OpenTypeTables.h"
10 #include "GlyphDefinitionTables.h"
11 #include "GlyphPositioningTables.h"
12 #include "GlyphPosnLookupProc.h"
13 #include "CursiveAttachmentSubtables.h"
14 #include "LEGlyphStorage.h"
15 #include "GlyphPositionAdjustments.h"
19 void GlyphPositioningTableHeader::process(LEGlyphStorage
&glyphStorage
, GlyphPositionAdjustments
*glyphPositionAdjustments
, le_bool rightToLeft
,
20 LETag scriptTag
, LETag languageTag
,
21 const GlyphDefinitionTableHeader
*glyphDefinitionTableHeader
,
22 const LEFontInstance
*fontInstance
, const FeatureMap
*featureMap
, le_int32 featureMapCount
, le_bool featureOrder
) const
24 GlyphPositioningLookupProcessor
processor(this, scriptTag
, languageTag
, featureMap
, featureMapCount
, featureOrder
);
26 processor
.process(glyphStorage
, glyphPositionAdjustments
, rightToLeft
, glyphDefinitionTableHeader
, fontInstance
);
28 glyphPositionAdjustments
->applyCursiveAdjustments(glyphStorage
, rightToLeft
, fontInstance
);