Interface IFallbackFontFinder
- All Known Implementing Classes:
HarfbuzzCodePointFallbackFontFinder
public interface IFallbackFontFinder
-
Method Summary
Modifier and TypeMethodDescriptionfindFallbackFonts(int[] codePoints, int length) Finds fallback fonts for the given codepoints.
-
Method Details
-
findFallbackFonts
Finds fallback fonts for the given codepoints.- Parameters:
codePoints- The codepoints to find fallback fonts for.length- The number of codepoints in the array.- Returns:
- An array of
font specifiersobjects representing the fallback fonts.
-