Uses of Class
de.xima.fc.common.text.shape.FontSpecifier
- 
Packages that use FontSpecifier Package Description de.xima.fc.common.text.fonts de.xima.fc.common.text.shape  - 
- 
Uses of FontSpecifier in de.xima.fc.common.text.fonts
Methods in de.xima.fc.common.text.fonts that return FontSpecifier Modifier and Type Method Description static 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 FontSpecifier Modifier and Type Method Description FontSpecifierFontSpecifier.Builder. build()Creates a new font specifier from the current settings.FontSpecifier[]HarfbuzzCodePointFallbackFontFinder. findFallbackFonts(int[] codePoints, int length)FontSpecifier[]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 FontSpecifier Modifier and Type Method Description ICodePointFallbackFontFinderBuilderICodePointFallbackFontFinderBuilder. 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().FontTextShaperBuilderFontTextShaperBuilder. mainFont(FontSpecifier mainFont)Sets the main font to use for shaping text, overriding any previously set main font.ICodePointFallbackFontFinderBuilderICodePointFallbackFontFinderBuilder. mainFont(FontSpecifier mainFont)Method parameters in de.xima.fc.common.text.shape with type arguments of type FontSpecifier Modifier and Type Method Description ICodePointFallbackFontFinderBuilderICodePointFallbackFontFinderBuilder. addFonts(Iterable<FontSpecifier> fontSpecifiers)ICodePointFallbackFontFinderBuilderICodePointFallbackFontFinderBuilder. 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. 
 -