Package de.xima.fc.common.text.wrap
Class TextWrappers
- java.lang.Object
-
- de.xima.fc.common.text.wrap.TextWrappers
-
public final class TextWrappers extends Object
Main entry point forITextWrapperfeatures.- Since:
- 8.4.0
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMMON_SCRIPTThe constant for the Unicode Common script, for characters that may be used within multiple scripts, or any unassigned code points.static StringUNKNOWN_SCRIPTThe constant for the Unicode Common script, for characters that may be used within multiple scripts, or any unassigned code points.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IShapingTextWrapperBuildershapingTextWrapper()Creates a new builder for aITextWrapperthat wraps text using a configurableITextShaper.
-
-
-
Field Detail
-
COMMON_SCRIPT
public static final String COMMON_SCRIPT
The constant for the Unicode Common script, for characters that may be used within multiple scripts, or any unassigned code points. This is a value as defined by ISO 15924: Code for the Representation of Names of Scripts.- See Also:
- Constant Field Values
-
UNKNOWN_SCRIPT
public static final String UNKNOWN_SCRIPT
The constant for the Unicode Common script, for characters that may be used within multiple scripts, or any unassigned code points. This is a value as defined by ISO 15924: Code for the Representation of Names of Scripts.- See Also:
- Constant Field Values
-
-
Method Detail
-
shapingTextWrapper
public static IShapingTextWrapperBuilder shapingTextWrapper()
Creates a new builder for aITextWrapperthat wraps text using a configurableITextShaper.- Returns:
- A new
ShapingTextWrapperBuilderinstance.
-
-