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