Class FontStyle
public class FontStyle : JVMBridgeBase<FontStyle>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
FontStyle
- Implements
- Extension Methods
Constructors
FontStyle()
public FontStyle()
FontStyle(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public FontStyle(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
FontStyle(int, int)
public FontStyle(int arg0, int arg1)
Parameters
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
FONT_SLANT_ITALIC
public static int FONT_SLANT_ITALIC { get; set; }
Property Value
FONT_SLANT_UPRIGHT
public static int FONT_SLANT_UPRIGHT { get; set; }
Property Value
FONT_WEIGHT_BLACK
public static int FONT_WEIGHT_BLACK { get; set; }
Property Value
FONT_WEIGHT_BOLD
public static int FONT_WEIGHT_BOLD { get; set; }
Property Value
FONT_WEIGHT_EXTRA_BOLD
https://developer.android.com/reference/android/graphics/fonts/FontStyle.html#FONT_WEIGHT_EXTRA_BOLD
public static int FONT_WEIGHT_EXTRA_BOLD { get; set; }
Property Value
FONT_WEIGHT_EXTRA_LIGHT
public static int FONT_WEIGHT_EXTRA_LIGHT { get; set; }
Property Value
FONT_WEIGHT_LIGHT
public static int FONT_WEIGHT_LIGHT { get; set; }
Property Value
FONT_WEIGHT_MAX
public static int FONT_WEIGHT_MAX { get; set; }
Property Value
FONT_WEIGHT_MEDIUM
public static int FONT_WEIGHT_MEDIUM { get; set; }
Property Value
FONT_WEIGHT_MIN
public static int FONT_WEIGHT_MIN { get; set; }
Property Value
FONT_WEIGHT_NORMAL
public static int FONT_WEIGHT_NORMAL { get; set; }
Property Value
FONT_WEIGHT_SEMI_BOLD
public static int FONT_WEIGHT_SEMI_BOLD { get; set; }
Property Value
FONT_WEIGHT_THIN
public static int FONT_WEIGHT_THIN { get; set; }
Property Value
FONT_WEIGHT_UNSPECIFIED
public static int FONT_WEIGHT_UNSPECIFIED { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for FontStyle()
public static FontStyle CreatePoolableInstance()
Returns
CreatePoolableInstance(int, int)
HPA initializer for FontStyle(int arg0, int arg1)
public static FontStyle CreatePoolableInstance(int arg0, int arg1)
Parameters
Returns
GetSlant()
public int GetSlant()
Returns
GetWeight()
public int GetWeight()