Home | History | Annotate | Download | only in src

Lines Matching refs:symbolFont

468     const bool symbolFont = item->face->isSymbolFont;
471 attributes[0].dontPrint = (!symbolFont && uc[0] == 0x00ad) || HB_IsControlChar(uc[0]);
487 if ((!symbolFont && uc[i] == 0x00ad) || HB_IsControlChar(uc[i]))