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 FontSpecifier
NotoSansRegularLayout. 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 FontSpecifier
FontSpecifier.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 ICodePointFallbackFontFinderBuilder
ICodePointFallbackFontFinderBuilder. addFont(FontSpecifier fontSpecifier)
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()
.FontTextShaperBuilder
FontTextShaperBuilder. mainFont(FontSpecifier mainFont)
Sets the main font to use for shaping text, overriding any previously set main font.ICodePointFallbackFontFinderBuilder
ICodePointFallbackFontFinderBuilder. mainFont(FontSpecifier mainFont)
Method parameters in de.xima.fc.common.text.shape with type arguments of type FontSpecifier Modifier and Type Method Description ICodePointFallbackFontFinderBuilder
ICodePointFallbackFontFinderBuilder. addFonts(Iterable<FontSpecifier> fontSpecifiers)
ICodePointFallbackFontFinderBuilder
ICodePointFallbackFontFinderBuilder. fonts(Iterable<FontSpecifier> fontSpecifiers)
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.
-