Uses of Interface
org.loboevolution.html.dom.TextMetrics
-
Uses of TextMetrics in org.loboevolution.html.dom.canvas
Modifier and TypeMethodDescriptionCanvasRenderingContext2D.measureText
(String text) The CanvasRenderingContext2D.measureText() method returns a TextMetrics object that contains information about the measured text (such as its width, for example).CanvasRenderingImpl.measureText
(String text) The CanvasRenderingContext2D.measureText() method returns a TextMetrics object that contains information about the measured text (such as its width, for example).