SyntaxFix
Write A Post
Hire A Developer
Questions
Well, once you have your font, you can invoke deriveFont. For example,
deriveFont
helvetica = helvetica.deriveFont(Font.BOLD, 12f);
Changes the font's style to bold and its size to 12 points.