Home
last modified time | relevance | path

Searched refs:fallbackFont (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
209 if (fallbackFont != null) { in addLine()
214 attributedText.addAttribute(TextAttribute.FONT, fallbackFont, index, in addLine()
224 attributedText.addAttribute(TextAttribute.FONT, fallbackFont, index, in addLine()