Uses of Interface
de.xima.fc.common.text.shape.IFallbackFontFinder
Packages that use IFallbackFontFinder
-
Uses of IFallbackFontFinder in de.xima.fc.common.text.fonts
Methods in de.xima.fc.common.text.fonts that return IFallbackFontFinderModifier and TypeMethodDescriptionstatic 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 IFallbackFontFinderModifier and TypeClassDescriptionfinal classAIFallbackFontFinderthat inspects which font supports which codepoints.Methods in de.xima.fc.common.text.shape that return IFallbackFontFinderModifier and TypeMethodDescriptionstatic 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 IFallbackFontFinderModifier and TypeMethodDescriptionFontTextShaperBuilder.fallbackFontFinder(IFallbackFontFinder fallbackFontFinder) Sets the finder for locating fallback fonts, in case the main font cannot render a piece of text.