TextLayoutHelper
Overview
TextLayoutHelper is a class in Aspose.Pdf FOSS for Java.
Provides text measurement and word wrapping using PDF standard font metrics.
Methods
| Signature | Description |
|---|---|
measureTextWidth(text: String, fontName: String, fontSize: double) → double | Measures the width of the given text string in user-space units. |
wrapText(text: String, fontName: String, fontSize: double, maxWidth: double) → List<String> | Wraps text into lines that fit within the specified maximum width. |
getLineHeight(fontName: String, fontSize: double) → double | Returns the line height for the given font and size. |