Interface TextMetrics

テキストの計測情報。

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

Hierarchy (view full)

Properties

actualBoundingBoxLeft: number
actualBoundingBoxRight: number
width: number