SKFontStyleSet.CreateTypeface Method
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
CreateTypeface(SKFontStyle) |
Creates a new SKTypeface with a style that is the closest match to the specified font style. |
CreateTypeface(Int32) |
Creates a new SKTypeface with the style that is the closest match to the style at the specified index. |
CreateTypeface(SKFontStyle)
Creates a new SKTypeface with a style that is the closest match to the specified font style.
public SkiaSharp.SKTypeface CreateTypeface (SkiaSharp.SKFontStyle style);
Parameters
- style
- SKFontStyle
The font style to match.
Returns
Returns the new SKTypeface.
Applies to
CreateTypeface(Int32)
Creates a new SKTypeface with the style that is the closest match to the style at the specified index.
public SkiaSharp.SKTypeface CreateTypeface (int index);
Parameters
- index
- Int32
The index of the font style to match.
Returns
Returns the new SKTypeface.