WinForms Edition
C1.Util Namespace / FontShaping Class / Mirroring Method
The text for mirroring.
The start right to left flag.

In This Topic
Mirroring Method (FontShaping)
In This Topic
Gets mirroring right to left text.
Syntax
'Declaration
 
Public Shared Function Mirroring( _
   ByVal text As String, _
   ByVal rtl As Boolean _
) As String
 

Parameters

text
The text for mirroring.
rtl
The start right to left flag.

Return Value

The mirroring right to left text.
See Also