Package com.google.gwt.canvas.dom.client
Class TextMetrics
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.google.gwt.canvas.dom.client.TextMetrics
HTML 5 Canvas text metrics.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
TextMetrics
protected TextMetrics()
-
-
Method Details
-
getWidth
public final double getWidth()Return the width of the rendered text.- Returns:
- the width of the text
-