Package org.robolectric.shadows
Class ShadowFont
java.lang.Object
org.robolectric.shadows.ShadowFont
@Implements(value=android.graphics.fonts.Font.class, minSdk=31) public class ShadowFont extends Object
Shadow for
Font
for Android S-
Constructor Summary
Constructors Constructor Description ShadowFont()
-
Method Summary
Modifier and Type Method Description protected static int
nGetPackedStyle(long fontPtr)
protected static ByteBuffer
nNewByteBuffer(long font)
-
Constructor Details
-
ShadowFont
public ShadowFont()
-
-
Method Details