From 0d6d121aada4fec76d0369c73617cc6413df2f60 Mon Sep 17 00:00:00 2001 From: prr Date: Thu, 7 Mar 2013 10:02:20 -0800 Subject: 8001031: Better font processing Reviewed-by: srl, vadim --- src/share/native/sun/font/layout/HanLayoutEngine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/share/native/sun/font/layout/HanLayoutEngine.cpp') diff --git a/src/share/native/sun/font/layout/HanLayoutEngine.cpp b/src/share/native/sun/font/layout/HanLayoutEngine.cpp index 5e799ef83..05c46790c 100644 --- a/src/share/native/sun/font/layout/HanLayoutEngine.cpp +++ b/src/share/native/sun/font/layout/HanLayoutEngine.cpp @@ -64,7 +64,7 @@ static const le_int32 featureMapCount = LE_ARRAY_SIZE(featureMap); #define features (loclFeatureMask) HanOpenTypeLayoutEngine::HanOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, - le_int32 typoFlags, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success) + le_int32 typoFlags, const LEReferenceTo &gsubTable, LEErrorCode &success) : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, success) { fFeatureMap = featureMap; -- cgit v1.2.3