Interface TextMetrics

All Known Implementing Classes:
CanvasTextMetricsImpl

public interface TextMetrics
The Interface TextMetrics.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Gets the height.
    double
    Gets the width.
  • Method Details

    • getWidth

      double getWidth()
      Gets the width.
      Returns:
      the width
    • getHeight

      double getHeight()
      Gets the height.
      Returns:
      the height