Uses of Class
de.xima.fc.common.text.EBidiTextDirection
-
Packages that use EBidiTextDirection Package Description de.xima.fc.common.text de.xima.fc.common.text.shape de.xima.fc.common.text.wrap -
-
Uses of EBidiTextDirection in de.xima.fc.common.text
Methods in de.xima.fc.common.text that return EBidiTextDirection Modifier and Type Method Description static EBidiTextDirection
EBidiTextDirection. valueOf(String name)
Returns 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 EBidiTextDirection Modifier and Type Method Description EBidiTextDirection
TextRun. 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 EBidiTextDirection 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.Constructors in de.xima.fc.common.text.shape with parameters of type EBidiTextDirection Constructor Description TextRun(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 EBidiTextDirection Modifier and Type Method Description WrappedText
ITextWrapper. wrap(String text, double fontSize, String script, EBidiTextDirection textDirection)
Wraps the given text into lines based on the specified font size and text direction.
-