Uses of Class
de.xima.fc.common.text.shape.FontSpecifier
Packages that use FontSpecifier
-
Uses of FontSpecifier in de.xima.fc.common.text.fonts
Methods in de.xima.fc.common.text.fonts that return FontSpecifierModifier and TypeMethodDescriptionstatic FontSpecifierNotoSansRegularLayout.mainFont()Gets the font specifier for the main Noto Sans Regular font. -
Uses of FontSpecifier in de.xima.fc.common.text.shape
Methods in de.xima.fc.common.text.shape that return FontSpecifierModifier and TypeMethodDescriptionFontSpecifier.Builder.build()Creates a new font specifier from the current settings.HarfbuzzCodePointFallbackFontFinder.findFallbackFonts(int[] codePoints, int length) IFallbackFontFinder.findFallbackFonts(int[] codePoints, int length) Finds fallback fonts for the given codepoints.Methods in de.xima.fc.common.text.shape with parameters of type FontSpecifierModifier and TypeMethodDescriptionICodePointFallbackFontFinderBuilder.addFont(FontSpecifier fontSpecifier) 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().FontTextShaperBuilder.mainFont(FontSpecifier mainFont) Sets the main font to use for shaping text, overriding any previously set main font.ICodePointFallbackFontFinderBuilder.mainFont(FontSpecifier mainFont) Method parameters in de.xima.fc.common.text.shape with type arguments of type FontSpecifierModifier and TypeMethodDescriptionICodePointFallbackFontFinderBuilder.addFonts(Iterable<FontSpecifier> fontSpecifiers) ICodePointFallbackFontFinderBuilder.fonts(Iterable<FontSpecifier> fontSpecifiers) static IFallbackFontFinderTextShapers.listFallbackFontFinder(Iterable<FontSpecifier> fallbackFonts) Creates afallback font finderthat always tries the given fonts in order, regardless of the text being shaped.