Class Typeface
public class Typeface : JVMBridgeBase<Typeface>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
Typeface
- Implements
- Extension Methods
Constructors
Typeface(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 Typeface(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BOLD
public static int BOLD { get; set; }
Property Value
BOLD_ITALIC
public static int BOLD_ITALIC { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
DEFAULT
public static Typeface DEFAULT { get; set; }
Property Value
DEFAULT_BOLD
public static Typeface DEFAULT_BOLD { get; set; }
Property Value
ITALIC
public static int ITALIC { 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
MONOSPACE
public static Typeface MONOSPACE { get; set; }
Property Value
NORMAL
public static int NORMAL { get; set; }
Property Value
SANS_SERIF
public static Typeface SANS_SERIF { get; set; }
Property Value
SERIF
public static Typeface SERIF { get; set; }
Property Value
Methods
Create(Typeface, int)
public static Typeface Create(Typeface arg0, int arg1)
Parameters
Returns
Create(Typeface, int, bool)
public static Typeface Create(Typeface arg0, int arg1, bool arg2)
Parameters
Returns
Create(String, int)
public static Typeface Create(String arg0, int arg1)
Parameters
Returns
CreateFromAsset(AssetManager, String)
public static Typeface CreateFromAsset(AssetManager arg0, String arg1)
Parameters
arg0AssetManagerarg1String
Returns
CreateFromFile(File)
public static Typeface CreateFromFile(File arg0)
Parameters
Returns
CreateFromFile(String)
public static Typeface CreateFromFile(String arg0)
Parameters
Returns
DefaultFromStyle(int)
public static Typeface DefaultFromStyle(int arg0)
Parameters
Returns
GetStyle()
public int GetStyle()
Returns
GetSystemFontFamilyName()
public String GetSystemFontFamilyName()
Returns
GetWeight()
public int GetWeight()
Returns
IsBold()
public bool IsBold()
Returns
IsItalic()
public bool IsItalic()