SKPaint.IsAutohinted 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.ForceAutoHinting instead.
Gets or sets a value indicating whether auto-hinting is enabled.
public bool IsAutohinted { get; set; }
[System.Obsolete("Use SKFont.ForceAutoHinting instead.")]
public bool IsAutohinted { get; set; }
Property Value
true if auto-hinting is enabled; otherwise, false.
- Attributes