'宣言 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
- ミラーリングするテキスト。
- rtl
- 右から左への開始フラグ。
戻り値の型
右から左にミラーリングされたテキスト。