equal
deleted
inserted
replaced
207 trail = ch; |
207 trail = ch; |
208 return CC_X; |
208 return CC_X; |
209 } |
209 } |
210 |
210 |
211 HangulOpenTypeLayoutEngine::HangulOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 /*languageCode*/, |
211 HangulOpenTypeLayoutEngine::HangulOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 /*languageCode*/, |
212 le_int32 typoFlags, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success) |
212 le_int32 typoFlags, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &success) |
213 : OpenTypeLayoutEngine(fontInstance, scriptCode, korLanguageCode, typoFlags, gsubTable, success) |
213 : OpenTypeLayoutEngine(fontInstance, scriptCode, korLanguageCode, typoFlags, gsubTable, success) |
214 { |
214 { |
215 fFeatureMap = featureMap; |
215 fFeatureMap = featureMap; |
216 fFeatureMapCount = featureMapCount; |
216 fFeatureMapCount = featureMapCount; |
217 fFeatureOrder = TRUE; |
217 fFeatureOrder = TRUE; |