Paint.HintingOn Campo

Definizione

Attenzione

This constant will be removed in the future version. Use Android.Graphics.PaintHinting enum directly instead of this field.

Opzione Di tipo font che abilita l'hint per i tipi di carattere.

[Android.Runtime.Register("HINTING_ON")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.PaintHinting enum directly instead of this field.", true)]
public const Android.Graphics.PaintHinting HintingOn = 1;
[<Android.Runtime.Register("HINTING_ON")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.PaintHinting enum directly instead of this field.", true)>]
val mutable HintingOn : Android.Graphics.PaintHinting

Valore del campo

Value = 1
Attributi

Commenti

Opzione Di tipo font che abilita l'hint per i tipi di carattere.

Documentazione java per android.graphics.Paint.HINTING_ON.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a

Vedi anche