Interface TextMetrix

テキストの計測情報。

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

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

Hierarchy (view full)

Properties

actualBoundingBoxLeft: number
actualBoundingBoxRight: number
width: number