@jsfkit/types
    Preparing search index...

    Type Alias ShapeRect

    Shape text margin rectangle.

    Defines the inset rectangle within a shape where text should be positioned, specified using adjustable coordinates relative to the shape's geometry.

    type ShapeRect = {
        b: AdjustCoordinate;
        l: AdjustCoordinate;
        r: AdjustCoordinate;
        t: AdjustCoordinate;
    }
    Index

    Properties

    b l r t

    Properties

    Bottom edge inset from shape bounds.

    Left edge inset from shape bounds.

    Right edge inset from shape bounds.

    Top edge inset from shape bounds.