SKFont Constructors
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.
Overloads
SKFont() | |
SKFont(SKTypeface, Single, Single, Single) |
SKFont()
public SKFont ();
Applies to
SKFont(SKTypeface, Single, Single, Single)
public SKFont (SkiaSharp.SKTypeface typeface, float size = 12, float scaleX = 1, float skewX = 0);
Parameters
- typeface
- SKTypeface
- size
- Single
- scaleX
- Single
- skewX
- Single