Uses of Class
org.htmlunit.javascript.host.canvas.TextMetrics
-
Packages that use TextMetrics Package Description org.htmlunit.javascript.host.canvas Implementations of the Canvas JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. -
-
Uses of TextMetrics in org.htmlunit.javascript.host.canvas
Methods in org.htmlunit.javascript.host.canvas that return TextMetrics Modifier and Type Method Description TextMetrics
CanvasRenderingContext2D. measureText(java.lang.Object text)
Calculate TextMetrics for the given text.
-