Uses of Class
org.htmlunit.javascript.host.canvas.TextMetrics
Packages that use TextMetrics
Package
Description
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 TextMetricsModifier and TypeMethodDescriptionCanvasRenderingContext2D.measureText
(Object text) Calculate TextMetrics for the given text.