[]
Gets mirroring right to left text.
public static string Mirroring(string text, bool rtl)
Type | Name | Description |
---|---|---|
string | text | The text for mirroring. |
bool | rtl | The start right to left flag. |
Type | Description |
---|---|
string | The mirroring right to left text. |