equal
deleted
inserted
replaced
47 U_NAMESPACE_BEGIN |
47 U_NAMESPACE_BEGIN |
48 |
48 |
49 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TibetanOpenTypeLayoutEngine) |
49 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TibetanOpenTypeLayoutEngine) |
50 |
50 |
51 TibetanOpenTypeLayoutEngine::TibetanOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, |
51 TibetanOpenTypeLayoutEngine::TibetanOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, |
52 le_int32 typoFlags, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success) |
52 le_int32 typoFlags, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &success) |
53 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, success) |
53 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, success) |
54 { |
54 { |
55 fFeatureMap = TibetanReordering::getFeatureMap(fFeatureMapCount); |
55 fFeatureMap = TibetanReordering::getFeatureMap(fFeatureMapCount); |
56 fFeatureOrder = TRUE; |
56 fFeatureOrder = TRUE; |
57 } |
57 } |