pangoUnicharDirection: pangoUnicharDirection

Description Usage Arguments Details Value Author(s)

View source: R/pangoFuncs.R

Description

Determines the inherent direction of a character; either PANGO_DIRECTION_LTR, PANGO_DIRECTION_RTL, or PANGO_DIRECTION_NEUTRAL.

Usage

1

Arguments

ch

[numeric] a Unicode character

Details

This function is useful to categorize characters into left-to-right letters, right-to-left letters, and everything else. If full Unicode bidirectional type of a character is needed, pangoBidiTypeForGunichar() can be used instead.

Value

[PangoDirection] the direction of the character.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.