get the string width
Namespace: CuteEditor.Convertor.PDFAssembly: 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 ) |