Uses of Interface
de.xima.fc.common.text.shape.IFallbackFontFinder
-
Packages that use IFallbackFontFinder Package Description de.xima.fc.common.text.fonts de.xima.fc.common.text.shape -
-
Uses of IFallbackFontFinder in de.xima.fc.common.text.fonts
Methods in de.xima.fc.common.text.fonts that return IFallbackFontFinder Modifier and Type Method Description static IFallbackFontFinder
NotoSansRegularLayout. fallbackFontFinder(boolean validateInputData)
Creates a fallback font finder for Noto Sans Regular, with more data for other Unicode code points. -
Uses of IFallbackFontFinder in de.xima.fc.common.text.shape
Classes in de.xima.fc.common.text.shape that implement IFallbackFontFinder Modifier and Type Class Description class
HarfbuzzCodePointFallbackFontFinder
AIFallbackFontFinder
that inspects which font supports which codepoints.Methods in de.xima.fc.common.text.shape that return IFallbackFontFinder Modifier and Type Method Description static IFallbackFontFinder
TextShapers. codePointFallbackFontFinder(FontSpecifier[] fontSpecifiers, InputStream input, boolean validateInput)
Creates a fallback font finder from the given pre-computed code point input data, as obtained byTextShapers.codePointFallbackFontFinderBuilder()
.static IFallbackFontFinder
TextShapers. listFallbackFontFinder(Iterable<FontSpecifier> fallbackFonts)
Creates afallback font finder
that always tries the given fonts in order, regardless of the text being shaped.Methods in de.xima.fc.common.text.shape with parameters of type IFallbackFontFinder Modifier and Type Method Description FontTextShaperBuilder
FontTextShaperBuilder. fallbackFontFinder(IFallbackFontFinder fallbackFontFinder)
Sets the finder for locating fallback fonts, in case the main font cannot render a piece of text.
-