PgContext.getMirrorChar

Returns the mirrored character of a Unicode character.

Mirror characters are determined by the Unicode mirrored property.

More...
class PgContext
static
bool
getMirrorChar
(
dchar ch
,
dchar* mirroredCh
)

Parameters

ch dchar

a Unicode character

mirroredCh dchar*

location to store the mirrored character

Return Value

Type: bool

%TRUE if @ch has a mirrored character and @mirrored_ch is filled in, %FALSE otherwise

Detailed Description

Deprecated: Use g_unichar_get_mirror_char() instead; the docs for that function provide full details.

Meta