Searched refs:systemFonts (Results 1 – 1 of 1) sorted by relevance
295 Map<String, Typeface> systemFonts = new HashMap<String, Typeface>(); in init() local309 systemFonts.put(f.name, typeface); in init()313 Typeface base = systemFonts.get(alias.toName); in init()319 systemFonts.put(alias.name, newFace); in init()321 sSystemFontMap = systemFonts; in init()