TextSettings
Class
Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView
Summary:
Defines the text settings for SkiaSharp.
Object
=>
TextSettings
Properties
Defines a global typeface to use for text paints, this typeface will be used
when the SKTypeface property is null (default is null).
Type: SKTypeface
Type: SKTypeface
Defines a global action that configures a font before drawing with it, this action will be used
to configure the font to draw with, by default edging is set to SubpixelAntialias
and hinting is set to Normal.
Type: FontBuilderDelegate
Type: FontBuilderDelegate