'宣言 Public Shared Function Mirroring( _ ByVal text As System.String, _ ByVal rtl As System.Boolean _ ) As System.String
'使用法 Dim text As System.String Dim rtl As System.Boolean Dim value As System.String value = FontShaping.Mirroring(text, rtl)
パラメータ
- text
- The text for mirroring.
- rtl
- The start right to left flag.
戻り値の型
The mirroring right to left text.