Interface IFallbackFontFinder

All Known Implementing Classes:
HarfbuzzCodePointFallbackFontFinder

public interface IFallbackFontFinder
  • Method Summary

    Modifier and Type
    Method
    Description
    findFallbackFonts(int[] codePoints, int length)
    Finds fallback fonts for the given codepoints.
  • Method Details

    • 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.