What are Font and FontMetrics classes?
Answer / 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 |
List some important characteristics on jre
What is an object class?
How dead lock situation occurs in java and how you can identify it?
What are java methods?
Is a method a procedure?
What is the console in java?
what is the difference between preemptive scheduling and time slicing? : Java thread
Explain java coding standards for variables ?
What is the java reflection api? Why it’s so important to have?
what are the new features available in java 1.5 version?
3 Answers Accenture, Features, Motorola,
What is keyword in oop?
What is the difference between serializable and externalizable interfaces?