FontExtensions Class

Definition

Provides extension methods for converting between .NET MAUI Graphics font types and SkiaSharp font types.

public ref class FontExtensions abstract sealed
public static class FontExtensions
type FontExtensions = class
Public Module FontExtensions
Inheritance
FontExtensions

Methods

Name Description
ToSKTypeface(IFont)

Converts a .NET MAUI Graphics font to a SkiaSharp typeface.

Applies to