Package org.robolectric.shadows
Class ShadowFontsFontFamily
java.lang.Object
org.robolectric.shadows.ShadowFontsFontFamily
@Implements(value=android.graphics.fonts.FontFamily.class, minSdk=29) public class ShadowFontsFontFamily extends Object
Shadow for 
FontFamily.- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classShadowFontsFontFamily.ShadowFontsFontFamilyBuilderShadow forFontFamily.Builder.
- 
Constructor SummaryConstructors Constructor Description ShadowFontsFontFamily()
- 
Method SummaryModifier and Type Method Description protected FontgetFont(int index)The realFontFamily.getFont(int)calls into native code, so it needs to be shadowed to prevent an NPE.
- 
Constructor Details- 
ShadowFontsFontFamilypublic ShadowFontsFontFamily()
 
- 
- 
Method Details- 
getFontThe realFontFamily.getFont(int)calls into native code, so it needs to be shadowed to prevent an NPE.
 
-