InterviewSolution
Saved Bookmarks
| 1. |
Can You Please Explain The Difference Between Font And Fontmetrics Classes In Java Programming? |
|
Answer» The FontMetrics CLASS is used to define implementation-specific PROPERTIES, such as ascent and DESCENT, of a FONT OBJECT. The FontMetrics class is used to define implementation-specific properties, such as ascent and descent, of a Font object. |
|