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

  /external/icu/icu4c/source/layout/
LayoutEngine.h 77 static const le_int32 kTypoFlagLiga;
139 * 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;
568 result = new OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags & ~kTypoFlagLiga, gsubTable, success);
  /external/icu/icu4c/source/test/letest/
gendata.cpp 200 int32_t typoFlags = LayoutEngine::kTypoFlagKern | LayoutEngine::kTypoFlagLiga; // kerning + ligatures...

Completed in 51 milliseconds