Compartir a través de


Paint.HintingOn Campo

Definición

Precaución

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

Opción del hinter de fuente que habilita la sugerencia de fuente.

[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

Valor de campo

Value = 1
Atributos

Comentarios

Opción del hinter de fuente que habilita la sugerencia de fuente.

Documentación de Java para android.graphics.Paint.HINTING_ON.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a

Consulte también