get the string width

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

Syntax

C#
public static uint StrLen(
	string text,
	uint fontSize
)
Visual Basic
Public Shared Function StrLen ( _
	text As String, _
	fontSize As UInteger _
) As UInteger
Visual C++
public:
static unsigned int StrLen(
	String^ text, 
	unsigned int fontSize
)

Parameters

text
Type: System..::..String
fontSize
Type: System..::..UInt32

Return Value

See Also