PgMiscellaneous.isZeroWidth

Checks ch to see if it is a character that should not be normally rendered on the screen. This includes all Unicode characters with "ZERO WIDTH" in their name, as well as <firstterm>bidi</firstterm> formatting characters, and a few other ones. This is totally different from g_unichar_iszerowidth() and is at best misnamed.

struct PgMiscellaneous
static
bool
isZeroWidth
(
dchar ch
)

Parameters

ch dchar

a Unicode character

Return Value

Type: bool

TRUE if ch is a zero-width character, FALSE otherwise

Meta

Since

1.10