HomeSort by relevance Sort by last modified time
    Searched refs:kTypoFlagLiga (Results 1 - 2 of 2) sorted by null

  /external/icu4c/layout/
LayoutEngine.h 70 static const le_int32 kTypoFlagLiga;
132 * if kerning is desired, kTypoFlagLiga if ligature formation is desired. Others are reserved.
LayoutEngine.cpp 43 const le_int32 LayoutEngine::kTypoFlagLiga = LE_Ligatures_FEATURE_FLAG;
564 result = new OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags & ~kTypoFlagLiga, gsubTable, success);

Completed in 37 milliseconds