FontFallback Class
Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit
Helper to split a run of code points based on a particular typeface into a series of runs where unsupported code points are mapped to a fallback font.
public class FontFallback
Inheritance
FontFallback → object
Constructors
FontFallback() |
Fields
CharacterMatcher | Specifies the instance of the character matcher to be used for font fallback |
Methods
GetFontRuns(Utils.Slice<int>, SkiaSharp.SKTypeface, char) | Splits a sequence of code points into a series of runs with font fallback applied |
Nested Types
FontFallback.Run | Specified details about a font fallback run |