Package de.xima.fc.common.text.shape
Interface IFallbackFontFinder
-
- All Known Implementing Classes:
HarfbuzzCodePointFallbackFontFinder
public interface IFallbackFontFinder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FontSpecifier[]findFallbackFonts(int[] codePoints, int length)Finds fallback fonts for the given codepoints.
-
-
-
Method Detail
-
findFallbackFonts
FontSpecifier[] findFallbackFonts(int[] codePoints, int length)
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.
-
-