Click or drag to resize

FontComponentGetWordWrapLines Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public FontComponentWordWrapLinesItem[] GetWordWrapLines(
	double fontSize,
	CanvasRenderer forRenderer,
	string text,
	double width
)

Parameters

fontSize
Type: SystemDouble
forRenderer
Type: NeoAxisCanvasRenderer
text
Type: SystemString
width
Type: SystemDouble

Return Value

Type: FontComponentWordWrapLinesItem
See Also