Interface IFallbackFontFinder

    • 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 specifiers objects representing the fallback fonts.