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 ITextShaperFontTextShaperBuilder. buildThreadSafe()Creates a new shaper with the current settings.ITextShaperFontTextShaperBuilder. 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 ITextShaper Modifier and Type Method Description static 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 ITextShaper Modifier and Type Method Description IShapingTextWrapperBuilderIShapingTextWrapperBuilder. shaper(ITextShaper shaper)Sets thetext shaperto use for shaping the text.
-