Class TextWrappers
java.lang.Object
de.xima.fc.common.text.wrap.TextWrappers
Main entry point for
ITextWrapper features.- Since:
- 8.4.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe constant for the Unicode Common script, for characters that may be used within multiple scripts, or any unassigned code points.static final StringThe constant for the Unicode Common script, for characters that may be used within multiple scripts, or any unassigned code points. -
Method Summary
Modifier and TypeMethodDescriptionstatic IShapingTextWrapperBuilderCreates a new builder for aITextWrapperthat wraps text using a configurableITextShaper.
-
Field Details
-
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:
-
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:
-
-
Method Details
-
shapingTextWrapper
Creates a new builder for aITextWrapperthat wraps text using a configurableITextShaper.- Returns:
- A new
ShapingTextWrapperBuilderinstance.
-