Version

FromFamily Method

Returns an SKTypeface
Syntax
public SkiaSharp.SKTypeface FromFamily( 
   string familyName,
   SkiaSharp.SKTypefaceStyle style
)

Parameters

familyName
The family name of the font.
style
The style of the font

Return Value

The typeface
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also