Searched refs:textFont (Results 1 – 1 of 1) sorted by relevance
203 public void addLine(String text, int width, Font textFont, Font fallbackFont) { in addLine() argument205 attributedText.addAttribute(TextAttribute.FONT, textFont); in addLine()212 && textFont.canDisplayUpTo(ANDROID_STRING) != -1) { in addLine()221 if (text.indexOf(punctuation) != -1 && !textFont.canDisplay(punctuation)) { in addLine()