Uses of Enum
de.xima.fc.common.text.EBidiTextDirection
Packages that use EBidiTextDirection
-
Uses of EBidiTextDirection in de.xima.fc.common.text
Subclasses with type arguments of type EBidiTextDirection in de.xima.fc.common.textMethods in de.xima.fc.common.text that return EBidiTextDirectionModifier and TypeMethodDescriptionstatic EBidiTextDirectionReturns the enum constant of this type with the specified name.static EBidiTextDirection[]EBidiTextDirection.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EBidiTextDirection in de.xima.fc.common.text.shape
Methods in de.xima.fc.common.text.shape that return EBidiTextDirectionModifier and TypeMethodDescriptionTextRun.textDirection()The direction of the text, either left-to-right or right-to-left.Methods in de.xima.fc.common.text.shape with parameters of type EBidiTextDirectionModifier and TypeMethodDescriptionstatic Rectangular2DDoubleTextShapers.measureTextLine(ITextShaper shaper, String line, double fontSize, String script, EBidiTextDirection textDirection) Measures a single line of text, using the given shaper.Constructors in de.xima.fc.common.text.shape with parameters of type EBidiTextDirectionModifierConstructorDescriptionTextRun(String text, String script, EBidiTextDirection textDirection) Creates a new text run. -
Uses of EBidiTextDirection in de.xima.fc.common.text.wrap
Methods in de.xima.fc.common.text.wrap with parameters of type EBidiTextDirectionModifier and TypeMethodDescriptionITextWrapper.wrap(String text, double fontSize, String script, EBidiTextDirection textDirection) Wraps the given text into lines based on the specified font size and text direction.