Package org.robolectric.nativeruntime
Class FontsFontFamilyNatives
java.lang.Object
org.robolectric.nativeruntime.FontsFontFamilyNatives
public final class FontsFontFamilyNatives extends Object
Native methods for android.graphics.fonts.FontFamily JNI registration. This is different from
FontFamilyNatives
.
Native method signatures are derived from https://cs.android.com/android/platform/superproject/+/android-12.0.0_r1:frameworks/base/graphics/java/android/graphics/fonts/FontFamily.java
-
Method Summary
Modifier and Type Method Description static long
nGetFont(long family, int i)
static int
nGetFontSize(long family)
static String
nGetLangTags(long family)
static int
nGetVariant(long family)
-
Method Details
-
nGetFontSize
public static int nGetFontSize(long family) -
nGetFont
public static long nGetFont(long family, int i) -
nGetLangTags
-
nGetVariant
public static int nGetVariant(long family)
-