Home | History | Annotate | Download | only in text

Lines Matching defs:Font

309                     out.append("<font size =\"");
314 out.append("<font color =\"#");
329 out.append("</font>");
332 out.append("</font>");
493 } else if (tag.equalsIgnoreCase("font")) {
543 } else if (tag.equalsIgnoreCase("font")) {
650 text.setSpan(new Font(color, face), len, len, Spannable.SPAN_MARK_MARK);
655 Object obj = getLast(text, Font.class);
661 Font f = (Font) obj;
819 private static class Font {
823 public Font(String color, String face) {