Version

RegisterTypeface(String,SKTypeface) Method

Registers a non-standard typeface as a particular family name. Can also be used to override the resolution of a specific family name.
Syntax
public void RegisterTypeface( 
   string familyName,
   SkiaSharp.SKTypeface typeface
)

Parameters

familyName
The font family name to register as.
typeface
The skia typeface to register.
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