Uses of Class
de.xima.fc.common.text.shape.FontTextShaperBuilder
Packages that use FontTextShaperBuilder
-
Uses of FontTextShaperBuilder in de.xima.fc.common.text.shape
Methods in de.xima.fc.common.text.shape that return FontTextShaperBuilderModifier and TypeMethodDescriptionFontTextShaperBuilder.fallbackFontFinder(IFallbackFontFinder fallbackFontFinder) Sets the finder for locating fallback fonts, in case the main font cannot render a piece of text.static FontTextShaperBuilderTextShapers.fontShaper()Creates a builder for an advanced shaper that uses font data to measure text.FontTextShaperBuilder.mainFont(FontSpecifier mainFont) Sets the main font to use for shaping text, overriding any previously set main font.FontTextShaperBuilder.textShaperType(TextShaperType textShaperType) Sets the text shaper implementation to use.FontTextShaperBuilder.useSharedFontFactory(boolean useSharedFontFactory) Sets whether to use a shared font factory for loading fonts.