TextMetrics
Provides a Context2D TextMetrics interface More...
This type was introduced in QtQuick 2.0.
Properties
- width : int
Detailed Description
The TextMetrics object can be created by QtQuick2::Context2D::measureText method. See W3C 2d context TexMetrics for more details.
See also Context2D::measureText and width.
Property Documentation
Holds the advance width of the text that was passed to the QtQuick2::Context2D::measureText() method. This property is read only.