bidi_level property

bidi_level property

Returns/sets the value specifying the Unicode algorithm bidirectional nesting level. Even values imply left-to-right layout, odd values imply right-to-left layout. Right-to-left layout places the run origin at the right side of the first glyph, with positive advance widths (representing advances to the left) placing subsequent glyphs to the left of the previous glyph.

Definition:

@property
def bidi_level(self):
    ...
@bidi_level.setter
def bidi_level(self, value):
    ...

See Also