13.4 Manipulating Fonts
This section introduces methods and constants for manipulating fonts. Most font methods and font constants are part of class Font
. Some constructors, methods and constants of class Font
and class Graphics
are summarized in Fig. 13.10.
Class Font
’s constructor takes three arguments—the font name, font style and font size. The font name is any font currently supported by the system on which the program is running, such as standard Java fonts Monospaced
, SansSerif
and Serif
. The font style is Font.PLAIN, Font.ITALIC or Font.BOLD (each is a static
field of class Font
). Font ...
Get Java™ How To Program (Early Objects), Tenth Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.