ICharacterMatcher Interface
Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit
Provides a mechanism to override the default font fallback character matching
public interface ICharacterMatcher
Remarks
To override font fallback selection, assign an implementation of this interface to the FontFallback.CharacterMatcher property.
Methods
MatchCharacter(string, int, int, SkiaSharp.SKFontStyleSlant, string[], int) | Provide a fallback typeface for a specified code point index |