Uses of Interface
de.xima.fc.common.text.shape.ITextShaper
Packages that use ITextShaper
-
Uses of ITextShaper in de.xima.fc.common.text.shape
Methods in de.xima.fc.common.text.shape that return ITextShaperModifier and TypeMethodDescriptionFontTextShaperBuilder.buildThreadSafe()Creates a new shaper with the current settings.FontTextShaperBuilder.buildThreadUnsafe()Creates a new shaper with the current settings.static ITextShaperTextShapers.fallbackShaper()Gets a fallback shaper that will never throw, no matter what the input text.Methods in de.xima.fc.common.text.shape with parameters of type ITextShaperModifier and TypeMethodDescriptionstatic Rectangular2DDoubleTextShapers.measureTextLine(ITextShaper shaper, String line, double fontSize, String script, EBidiTextDirection textDirection) Measures a single line of text, using the given shaper. -
Uses of ITextShaper in de.xima.fc.common.text.wrap
Methods in de.xima.fc.common.text.wrap with parameters of type ITextShaperModifier and TypeMethodDescriptionIShapingTextWrapperBuilder.shaper(ITextShaper shaper) Sets thetext shaperto use for shaping the text.