Android.Graphics.Typeface Class
The Typeface class specifies the typeface and intrinsic style of a font.

See Also: Typeface Members

Syntax

[Android.Runtime.Register("android/graphics/Typeface", DoNotGenerateAcw=true)]
public class Typeface : Java.Lang.Object

Remarks

The Typeface class specifies the typeface and intrinsic style of a font. This is used in the paint, along with optionally Paint settings like textSize, textSkewX, textScaleX to specify how text appears when drawn (and measured).

[Android Documentation]

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1