Hosanna UI API v1.30.2-next
    Preparing search index...

    Interface representing the size of a text block.

    interface TextSize {
        height: number;
        width: number;
    }
    Index

    Properties

    Properties

    height: number

    The height of the text.

    width: number

    The width of the text.