SKPaint.HintingLevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use SKFont.Hinting instead.
Gets or sets the level of hinting to be performed.
public SkiaSharp.SKPaintHinting HintingLevel { get; set; }
[System.Obsolete("Use SKFont.Hinting instead.")]
public SkiaSharp.SKPaintHinting HintingLevel { get; set; }
Property Value
One of the enumeration values that specifies the level of hinting.
- Attributes