Skip to content

TextboxDimensions

src.helpers.bounds.TextboxDimensions

Bases: TypedDict

Calculated width and height of paragraph text layer bounding box.

Source code in src\helpers\bounds.py
43
44
45
46
class TextboxDimensions(TypedDict):
    """Calculated width and height of paragraph text layer bounding box."""
    width: int
    height: int