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 forFont
for Android S
-
-
Constructor Summary
Constructors Constructor Description ShadowFont()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static int
nGetPackedStyle(long fontPtr)
protected static ByteBuffer
nNewByteBuffer(long font)
-
-
-
Method Detail
-
nGetPackedStyle
@Implementation protected static int nGetPackedStyle(long fontPtr)
-
nNewByteBuffer
@Implementation protected static ByteBuffer nNewByteBuffer(long font)
-
-