Font.GetTextLines

Overloads

GetTextLines(Char[], Single, Single)Returns a TextLineList for the given character array.
GetTextLines(Char[], Single, Single, Single)Returns a TextLineList for the given character array.

GetTextLines(Char[], Single, Single)

Returns a TextLineList for the given character array.

public TextLineList GetTextLines(Char[] text, float width, float fontSize)
Function GetTextLines(text As Char[], width As Single, fontSize As Single) As TextLineList

Parameters

text
Char[]

Character array containing the text.

width
Single

Width to use when calculating the text lines.

fontSize
Single

Font size to use when calculating the text lines.

Returns

TextLineList

A TextLineList containing the text.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

GetTextLines(Char[], Single, Single, Single)

Returns a TextLineList for the given character array.

public TextLineList GetTextLines(Char[] text, float width, float height, float fontSize)
Function GetTextLines(text As Char[], width As Single, height As Single, fontSize As Single) As TextLineList

Parameters

text
Char[]

Character array containing the text.

width
Single

Width to use when calculating the text lines.

height
Single

Height to use when calculating the text lines.

fontSize
Single

Font size to use when calculating the text lines.

Returns

TextLineList

A TextLineList containing the text.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

TextLineList
Font
ceTe.DynamicPDF

In this topic