次の方法で共有


UCharacter.GetMirror(Int32) Method

Definition

<strong>[icu]</strong> Maps the specified code point to a "mirror-image" code point.

[Android.Runtime.Register("getMirror", "(I)I", "", ApiSince=24)]
public static int GetMirror (int ch);
[<Android.Runtime.Register("getMirror", "(I)I", "", ApiSince=24)>]
static member GetMirror : int -> int

Parameters

ch
Int32

code point whose mirror is to be retrieved

Returns

another code point that may serve as a mirror-image substitute, or ch itself if there is no such mapping or ch does not have the "mirrored" property

Attributes

Remarks

<strong>[icu]</strong> Maps the specified code point to a "mirror-image" code point. For code points with the "mirrored" property, implementations sometimes need a "poor man's" mapping to another code point such that the default glyph may serve as the mirror-image of the default glyph of the specified code point.<br> This is useful for text conversion to and from codepages with visual order, and for displays without glyph selection capabilities.

Java documentation for android.icu.lang.UCharacter.getMirror(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to