align_scripts property

align_scripts property

Specifies the alignment of subscript/superscript. When true, subscript and superscript are aligned horizontally to each other. When false, they are kerned to the shape of the base. Default value is false.

Definition:

@property
def align_scripts(self):
    ...

@align_scripts.setter
def align_scripts(self, value):
    ...

See Also