Uses of Interface
de.xima.fc.common.text.shape.ITextShaper
-
Packages that use ITextShaper Package Description de.xima.fc.common.text.shape de.xima.fc.common.text.wrap -
-
Uses of ITextShaper in de.xima.fc.common.text.shape
Methods in de.xima.fc.common.text.shape that return ITextShaper Modifier and Type Method Description ITextShaper
FontTextShaperBuilder. buildThreadSafe()
Creates a new shaper with the current settings.ITextShaper
FontTextShaperBuilder. buildThreadUnsafe()
Creates a new shaper with the current settings.static ITextShaper
TextShapers. 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 ITextShaper Modifier and Type Method Description static Rectangular2DDouble
TextShapers. 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 ITextShaper Modifier and Type Method Description IShapingTextWrapperBuilder
IShapingTextWrapperBuilder. shaper(ITextShaper shaper)
Sets thetext shaper
to use for shaping the text.
-