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,
callNativeMethodsByDefault=true)
public class ShadowNativeFontsFontFamily
extends Object
Shadow for
FontFamily
that is backed by native code-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Shadow picker forFontFamily
.static class
Shadow forFontFamily.Builder
that is backed by native code -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static long
nGetFont
(long family, int i) protected static int
nGetFontSize
(long family) protected static String
nGetLangTags
(long family) protected static int
nGetVariant
(long family)
-
Constructor Details
-
ShadowNativeFontsFontFamily
public ShadowNativeFontsFontFamily()
-
-
Method Details
-
nGetFontSize
-
nGetFont
-
nGetLangTags
-
nGetVariant
-