mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
23 lines
469 B
Java
23 lines
469 B
Java
|
package com.airbnb.lottie;
|
||
|
|
||
|
import android.graphics.Typeface;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public class FontAssetDelegate {
|
||
|
public Typeface fetchFont(String str) {
|
||
|
return null;
|
||
|
}
|
||
|
|
||
|
public Typeface fetchFont(String str, String str2, String str3) {
|
||
|
return null;
|
||
|
}
|
||
|
|
||
|
public String getFontPath(String str) {
|
||
|
return null;
|
||
|
}
|
||
|
|
||
|
public String getFontPath(String str, String str2, String str3) {
|
||
|
return null;
|
||
|
}
|
||
|
}
|