A. You can create a FontMetric using new FontMetrics(). B. You can obtain a FontMetrics from a Font object using the getFontMetrics() method. C. A font determines the font metrics. D. You can obtain the leading, ascent, descent, and height for a font from a FontMetrics object.

Which of the following statements are true?


A. You can create a FontMetric using new FontMetrics().
B. You can obtain a FontMetrics from a Font object using the getFontMetrics() method.
C. A font determines the font metrics.
D. You can obtain the leading, ascent, descent, and height for a font from a FontMetrics object.

The correct answer is BCD


Java

Learn More Multiple Choice Question :