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