Searched refs:Foreground (Results 1 – 1 of 1) sorted by relevance
1078 start(text, new Foreground(c | 0xFF000000)); in startCssStyle()1111 Foreground f = getLast(text, Foreground.class); in endCssStyle()1145 start(text, new Foreground(c | 0xFF000000)); in startFont()1160 Foreground foreground = getLast(text, Foreground.class); in endFont()1291 private static class Foreground { class in HtmlToSpannedConverter1294 public Foreground(int foregroundColor) { in Foreground() method in HtmlToSpannedConverter.Foreground