S or /

SourceClass TextBlob

from skia import TextBlob
class TextBlob:

Properties§

@property def rect(self, /) -> tuple[float, float, float, float]§

Methods§

@classmethod def create_xy(cls, /, font: Font, text: str, x: float, y: float, bounds: tuple[float, float, float, float] |None = None) -> TextBlob§