Table of Contents

Class FontStyle

Namespace
Android.Graphics.Fonts
Assembly
MASES.Netdroid.dll
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

initializer IJVMBridgeBaseInitializer

FontStyle(int, int)

public FontStyle(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

FONT_SLANT_ITALIC

public static int FONT_SLANT_ITALIC { get; set; }

Property Value

int

FONT_SLANT_UPRIGHT

public static int FONT_SLANT_UPRIGHT { get; set; }

Property Value

int

FONT_WEIGHT_BLACK

public static int FONT_WEIGHT_BLACK { get; set; }

Property Value

int

FONT_WEIGHT_BOLD

public static int FONT_WEIGHT_BOLD { get; set; }

Property Value

int

FONT_WEIGHT_EXTRA_BOLD

public static int FONT_WEIGHT_EXTRA_BOLD { get; set; }

Property Value

int

FONT_WEIGHT_EXTRA_LIGHT

public static int FONT_WEIGHT_EXTRA_LIGHT { get; set; }

Property Value

int

FONT_WEIGHT_LIGHT

public static int FONT_WEIGHT_LIGHT { get; set; }

Property Value

int

FONT_WEIGHT_MAX

public static int FONT_WEIGHT_MAX { get; set; }

Property Value

int

FONT_WEIGHT_MEDIUM

public static int FONT_WEIGHT_MEDIUM { get; set; }

Property Value

int

FONT_WEIGHT_MIN

public static int FONT_WEIGHT_MIN { get; set; }

Property Value

int

FONT_WEIGHT_NORMAL

public static int FONT_WEIGHT_NORMAL { get; set; }

Property Value

int

FONT_WEIGHT_SEMI_BOLD

public static int FONT_WEIGHT_SEMI_BOLD { get; set; }

Property Value

int

FONT_WEIGHT_THIN

public static int FONT_WEIGHT_THIN { get; set; }

Property Value

int

FONT_WEIGHT_UNSPECIFIED

public static int FONT_WEIGHT_UNSPECIFIED { get; set; }

Property Value

int

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

CreatePoolableInstance()

HPA initializer for FontStyle()

public static FontStyle CreatePoolableInstance()

Returns

FontStyle

CreatePoolableInstance(int, int)

HPA initializer for FontStyle(int arg0, int arg1)

public static FontStyle CreatePoolableInstance(int arg0, int arg1)

Parameters

arg0 int
arg1 int

Returns

FontStyle

GetSlant()

public int GetSlant()

Returns

int

int

GetWeight()

public int GetWeight()

Returns

int

int