Package org.robolectric.shadows
Class ShadowNativeFontsFontFamily
java.lang.Object
org.robolectric.shadows.ShadowNativeFontsFontFamily
@Implements(value=android.graphics.fonts.FontFamily.class,
            minSdk=29,
            shadowPicker=Picker.class,
            isInAndroidSdk=false)
public class ShadowNativeFontsFontFamily
extends Object
Shadow for 
FontFamily that is backed by native code- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classShadow picker forFontFamily.static classShadow forFontFamily.Builderthat is backed by native code - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected static longnGetFont(long family, int i) protected static intnGetFontSize(long family) protected static StringnGetLangTags(long family) protected static intnGetVariant(long family)  
- 
Constructor Details
- 
ShadowNativeFontsFontFamily
public ShadowNativeFontsFontFamily() 
 - 
 - 
Method Details
- 
nGetFontSize
 - 
nGetFont
 - 
nGetLangTags
 - 
nGetVariant
 
 -