Package org.loboevolution.html.dom
Interface TextMetrics
- All Known Implementing Classes:
CanvasTextMetricsImpl
public interface TextMetrics
The Interface TextMetrics.
-
Method Summary
-
Method Details
-
getWidth
double getWidth()Gets the width.- Returns:
- the width
-
getHeight
double getHeight()Gets the height.- Returns:
- the height
-