get the text string by width

Namespace: CuteEditor.Convertor.PDF
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public static string GetLenText(
	ref string text,
	uint fontSize,
	int width
)
Visual Basic
Public Shared Function GetLenText ( _
	ByRef text As String, _
	fontSize As UInteger, _
	width As Integer _
) As String
Visual C++
public:
static String^ GetLenText(
	String^% text, 
	unsigned int fontSize, 
	int width
)

Parameters

text
Type: System..::..String%
fontSize
Type: System..::..UInt32
width
Type: System..::..Int32

Return Value

See Also