Akashic Engine
    Preparing search index...

    Interface TextMetrics

    テキストの計測情報。

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

    Hierarchy (View Summary)

    Index

    Properties

    actualBoundingBoxLeft: number
    actualBoundingBoxRight: number
    width: number