Home
last modified time | relevance | path

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

/bootable/recovery/tools/image_generator/
DImageGenerator.java203 public void addLine(String text, int width, Font textFont, Font fallbackFont) { in addLine() argument
205 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()