Method AssignDefaults
AssignDefaults(SKFont)
Assigns default settings to the specified SKFont instance.
public static void AssignDefaults(SKFont font)
Parameters
fontSKFontThe SKFont instance to which the default settings will be applied. This parameter cannot be null.
Remarks
This method sets various properties of the SKFont instance, such as subpixel rendering, hinting, edging, scaling, and auto-hinting, to predefined default values.