Searched refs:systemFonts (Results 1 – 1 of 1) sorted by relevance
348 Map<String, Typeface> systemFonts = new HashMap<String, Typeface>(); in init() local362 systemFonts.put(f.name, typeface); in init()366 Typeface base = systemFonts.get(alias.toName); in init()372 systemFonts.put(alias.name, newFace); in init()374 sSystemFontMap = systemFonts; in init()