TextLayoutHelper

TextLayoutHelper

Overview

TextLayoutHelper is a class in Aspose.Pdf FOSS for Java.

Provides text measurement and word wrapping using PDF standard font metrics.

Methods

SignatureDescription
measureTextWidth(text: String, fontName: String, fontSize: double)doubleMeasures 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)doubleReturns the line height for the given font and size.

See Also