Searched refs:systemFonts (Results 1 – 1 of 1) sorted by relevance
949 Map<String, Typeface> systemFonts = new HashMap<String, Typeface>(); in init() local967 systemFonts.put(f.getName(), typeface); in init()971 Typeface base = systemFonts.get(alias.getToName()); in init()977 systemFonts.put(alias.getName(), newFace); in init()979 sSystemFontMap = systemFonts; in init()