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 r * in math?
do I need to use synchronized on setvalue(int)? : Java thread
Which package is imported by default?
Can a final method be overloaded?
Is it possible for yielded thread to get chance for its execution again ?
What is the difference between a synchronized method and a synchronized block?
Difference between operator overloading and function overloading
Which methods are used during serialization and deserialization process?
how to split string in java?
When object is created and destroyed?
What is indexof in java?
What are the 6 functions?
What are the string methods in java?
What is the difference between replace and replace all?
What is the purpose of the system class in java?