convert_text_beziers property

convert_text_beziers property

Wether to convert Bezier curves in text outlines to multipoint polylines (converted to 4 points if false).

Definition:

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

See Also