Computer Science Canada Font : size, style, etc |
Author: | xHoly-Divinity [ Sun Mar 11, 2007 6:11 pm ] | ||
Post subject: | Font : size, style, etc | ||
Hi, I'm just struggling with the syntax a bit using 'Font'
Thank you ![]() |
Author: | xHoly-Divinity [ Mon Mar 12, 2007 10:39 am ] |
Post subject: | Re: Font : size, style, etc |
I figured it out. For ne1 that's interested, here is what it looks like Font f = new Font ("Times New Roman", Font.BOLD, 24); g.setFont (f) After this, all your 'drawStrings' will be of that font |