size_points property

size_points property

Gets size of this font (points).

Definition:

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

See Also