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 FontTextShaperBuilderFontTextShaperBuilder. 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.FontTextShaperBuilderFontTextShaperBuilder. mainFont(FontSpecifier mainFont)Sets the main font to use for shaping text, overriding any previously set main font.FontTextShaperBuilderFontTextShaperBuilder. textShaperType(TextShaperType textShaperType)Sets the text shaper implementation to use.FontTextShaperBuilderFontTextShaperBuilder. useSharedFontFactory(boolean useSharedFontFactory)Sets whether to use a shared font factory for loading fonts.
-