Searched refs:fontLocation (Results 1 – 3 of 3) sorted by relevance
141 public static synchronized void setFontLocation(String fontLocation) { in setFontLocation() argument142 sFontLocation = fontLocation; in setFontLocation()144 File allFonts = new File(fontLocation, FN_ALL_FONTS_LIST); in setFontLocation()
209 File fontLocation, in init() argument247 FontFamily_Delegate.setFontLocation(fontLocation.getAbsolutePath()); in init()248 MemoryMappedFile_Delegate.setDataDir(fontLocation.getAbsoluteFile().getParentFile()); in init()
296 File fontLocation = new File(data_dir, "fonts"); in setUp() local300 sBridge.init(ConfigGenerator.loadProperties(buildProp), fontLocation, in setUp() local