Multiple choice

The implementation-specific properties like ascent, descent of a font object is implemented by

  1. Font class

  2. Regular class

  3. FontMetrics class

  4. Graphics class

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

FontMetrics is a specialized class that provides font measurement data like ascent (distance from baseline to top of characters) and descent (distance from baseline to bottom). The Font class itself represents the font but doesn't provide these detailed metrics.