Searched refs:measureTextWidth (Results 1 – 1 of 1) sorted by relevance
498 private int measureTextWidth(String text, Locale locale) in measureTextWidth() method in ImageGenerator618 textWidth = Math.max(textWidth, measureTextWidth(localizedTextMap.get(locale), locale)); in generateImage()