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 intnGetPackedStyle(long fontPtr)protected static ByteBuffernNewByteBuffer(long font) 
- 
Constructor Details
- 
ShadowFont
public ShadowFont() 
 - 
 - 
Method Details