Package org.robolectric.shadows
Class ShadowSystemFonts
java.lang.Object
org.robolectric.shadows.ShadowSystemFonts
@Implements(className="android.graphics.fonts.SystemFonts", minSdk=29, isInAndroidSdk=false) public class ShadowSystemFonts extends Object
-
Constructor Summary
Constructors Constructor Description ShadowSystemFonts() -
Method Summary
Modifier and Type Method Description protected static FontConfig.Alias[]buildSystemFallback(String xmlPath, String fontDir, FontCustomizationParser.Result oemCustomization, ArrayMap<String,FontFamily[]> fallbackMap, ArrayList<Font> availableFonts)protected static FontFamily[]getSystemFallback(String familyName)
-
Constructor Details
-
ShadowSystemFonts
public ShadowSystemFonts()
-
-
Method Details
-
buildSystemFallback
@Implementation protected static FontConfig.Alias[] buildSystemFallback(String xmlPath, String fontDir, FontCustomizationParser.Result oemCustomization, ArrayMap<String,FontFamily[]> fallbackMap, ArrayList<Font> availableFonts) -
getSystemFallback
-