SourceClass TextBlob
from skia import TextBlobclass TextBlob:from skia import TextBlobclass TextBlob:@property
def rect(self, /) -> tuple[float, float, float, float]§@classmethod
def create_xy(cls, /, font: Font, text: str, x: float, y: float, bounds: tuple[float, float, float, float] |None = None) -> TextBlob§