3 * (C) Copyright IBM Corp. 1998-2004 - All Rights Reserved
8 #include "LEGlyphFilter.h"
9 #include "OpenTypeTables.h"
11 #include "GlyphDefinitionTables.h"
12 #include "GlyphPositionAdjustments.h"
13 #include "GlyphSubstitutionTables.h"
14 #include "GlyphSubstLookupProc.h"
15 #include "ScriptAndLanguage.h"
16 #include "LEGlyphStorage.h"
21 le_int32
GlyphSubstitutionTableHeader::process(LEGlyphStorage
&glyphStorage
, le_bool rightToLeft
, LETag scriptTag
, LETag languageTag
,
22 const GlyphDefinitionTableHeader
*glyphDefinitionTableHeader
,
23 const LEGlyphFilter
*filter
, const LETag
*featureOrder
) const
25 GlyphSubstitutionLookupProcessor
processor(this, scriptTag
, languageTag
, filter
, featureOrder
);
27 return processor
.process(glyphStorage
, NULL
, rightToLeft
, glyphDefinitionTableHeader
, NULL
);