The following are the methods to obtain font properties in a FontMetrics object fm.

The following are the methods to obtain font properties in a FontMetrics object fm.


A. fm.getAscent()
B. fm.getDescent()
C. fm.getLeading()
D. fm.getHeight()

The correct answer is ABCD


Java

Learn More Multiple Choice Question :