/*
- * @(#)MorphTables.h 1.5 00/03/15
*
- * (C) Copyright IBM Corp. 1998-2003 - All Rights Reserved
+ * (C) Copyright IBM Corp. 1998-2004 - All Rights Reserved
*
*/
U_NAMESPACE_BEGIN
+class LEGlyphStorage;
+
typedef le_uint32 FeatureFlags;
typedef le_int16 FeatureType;
le_uint32 nChains;
ChainHeader chains[ANY_NUMBER];
- void process(LEGlyphID *glyphs, le_int32 *glyphIndices, le_int32 glyphCount) const;
+ void process(LEGlyphStorage &glyphStorage) const;
};
typedef le_int16 SubtableCoverage;
SubtableCoverage coverage;
FeatureFlags subtableFeatures;
- void process(LEGlyphID *glyphs, le_int32 *glyphIndices, le_int32 glyphCount) const;
+ void process(LEGlyphStorage &glyphStorage) const;
};
U_NAMESPACE_END