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 IFallbackFontFinderNotoSansRegularLayout. 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 classHarfbuzzCodePointFallbackFontFinderAIFallbackFontFinderthat inspects which font supports which codepoints.Methods in de.xima.fc.common.text.shape that return IFallbackFontFinder Modifier and Type Method Description static IFallbackFontFinderTextShapers. 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 IFallbackFontFinderTextShapers. listFallbackFontFinder(Iterable<FontSpecifier> fallbackFonts)Creates afallback font finderthat 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 FontTextShaperBuilderFontTextShaperBuilder. fallbackFontFinder(IFallbackFontFinder fallbackFontFinder)Sets the finder for locating fallback fonts, in case the main font cannot render a piece of text. 
 -