Searched refs:loadFont (Results 1 – 4 of 4) sorted by relevance
168 Font font = loadFont(buffer);183 private static Font loadFont(@NonNull ByteBuffer buffer) {
263 private static Font loadFont(String path) { in loadFont() method in FontFamily_Delegate498 Font font = loadFont(path);
387 Typeface typeface = impl.loadFont(this, value, id); in getFont()400 return mResourcesImpl.loadFont(this, value, id); in getFont()
947 public Typeface loadFont(Resources wrapper, TypedValue value, int id) { in loadFont() method