Uses of Class
com.google.gwt.canvas.dom.client.TextMetrics
-
Packages that use TextMetrics Package Description com.google.gwt.canvas.dom.client Classes for HTML Canvas 2D support. -
-
Uses of TextMetrics in com.google.gwt.canvas.dom.client
Methods in com.google.gwt.canvas.dom.client that return TextMetrics Modifier and Type Method Description TextMetrics
Context2d. measureText(java.lang.String text)
Returns the metrics for the given text.
-