Searched refs:fontLocation (Results 1 – 3 of 3) sorted by relevance
144 public static synchronized void setFontLocation(String fontLocation) { in setFontLocation() argument145 sFontLocation = fontLocation; in setFontLocation()147 File allFonts = new File(fontLocation, FN_ALL_FONTS_LIST); in setFontLocation()
210 File fontLocation, in init() argument248 FontFamily_Delegate.setFontLocation(fontLocation.getAbsolutePath()); in init()249 MemoryMappedFile_Delegate.setDataDir(fontLocation.getAbsoluteFile().getParentFile()); in init()
294 File fontLocation = new File(data_dir, "fonts"); in beforeClass() local298 sBridge.init(ConfigGenerator.loadProperties(buildProp), fontLocation, in beforeClass() local