Searched refs:loadFontUsingByteArray (Results 1 – 2 of 2) sorted by relevance
112 public static Font[] loadFontUsingByteArray(File file) throws IOException { in loadFontUsingByteArray() method in TestFontUtils113 return loadFontUsingByteArray(file, true); in loadFontUsingByteArray()124 public static Font[] loadFontUsingByteArray(File file, boolean fingerprint) throws IOException { in loadFontUsingByteArray() method in TestFontUtils
46 Font[] bFonts = TestFontUtils.loadFontUsingByteArray(TEST_FONT_FILE); in testLoadingComparison()