SourceClass Fontstyle
from skia import Fontstyleclass Fontstyle:from skia import Fontstyleclass Fontstyle:@property
def slant(self, /) -> int§@property
def weight(self, /) -> int§@property
def width(self, /) -> int§@staticmethod
def new(weight: int, width: int, slant: FontSlant |None = None) -> Fontstyle§