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
  • Constructor Details

    • ShadowNativeFontsFontFamily

      public ShadowNativeFontsFontFamily()
  • Method Details

    • nGetFontSize

      @Implementation(minSdk=31) protected static int nGetFontSize(long family)
    • nGetFont

      @Implementation(minSdk=31) protected static long nGetFont(long family, int i)
    • nGetLangTags

      @Implementation(minSdk=31) protected static String nGetLangTags(long family)
    • nGetVariant

      @Implementation(minSdk=31) protected static int nGetVariant(long family)