Answer Posted / ranganathkini
The Font class provides mappings to fonts that are used to
render text data onto the screen. The Font class maps the
characters of the language to their respecitve glyphs.
The FontMetrics provides access to attributes of Font
objects, things such as char width, char height, ascents,
line spacing, etc, all of which help in drawing the fonts on
the screen.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What is the difference between this() and super() in java?
Is there is any difference between a scrollbar and a scrollpane?
What do you mean by synchronized non access modifier?
What do you mean by composition in java?
Can we use String with switch case?
What is application tier?
Is a boolean variable?
What is the difference between serial and throughput garbage collector?
Which is better 64 bit or 32 bit?
What is are packages?
What is method in java with example?
What is the do while loop syntax?
what is thread? : Java thread
What is difference in between java class and bean?
How is the marker interface used in Java?