Searched refs:oldFontFeatures (Results 1 – 1 of 1) sorted by relevance
320 final String oldFontFeatures = mPaint.getFontFeatureSettings(); in justify() local321 mPaint.setFontFeatureSettings(oldFontFeatures + ", \"liga\" off, \"cliga\" off"); in justify()325 mPaint.setFontFeatureSettings(oldFontFeatures); in justify()