Searched refs:kTypoFlagLiga (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/layout/
H A DLayoutEngine.h70 static const le_int32 kTypoFlagLiga; member in class:LayoutEngine
132 * if kerning is desired, kTypoFlagLiga if ligature formation is desired. Others are reserved.
H A DLayoutEngine.cpp43 const le_int32 LayoutEngine::kTypoFlagLiga = LE_Ligatures_FEATURE_FLAG; member in class:LayoutEngine
564 result = new OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags & ~kTypoFlagLiga, gsubTable, success);

Completed in 65 milliseconds