Akashic Engine
    Preparing search index...

    Interface TextMetrix

    テキストの計測情報。

    非推奨である。将来的に削除される。代わりに TextMetrics を利用すること。

    interface TextMetrix {
        actualBoundingBoxLeft: number;
        actualBoundingBoxRight: number;
        width: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    actualBoundingBoxLeft: number
    actualBoundingBoxRight: number
    width: number