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