Home
last modified time | relevance | path

Searched refs:symbolFont (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz/src/
Dharfbuzz-shaper.cpp468 const bool symbolFont = item->face->isSymbolFont; in HB_HeuristicSetGlyphAttributes() local
471 attributes[0].dontPrint = (!symbolFont && uc[0] == 0x00ad) || HB_IsControlChar(uc[0]); in HB_HeuristicSetGlyphAttributes()
487 if ((!symbolFont && uc[i] == 0x00ad) || HB_IsControlChar(uc[i])) in HB_HeuristicSetGlyphAttributes()