FunScroll - Font Format
Fonts are specified using name, style and size:
- name
- Any valid Java font name is allowed. In Java the actual fonts
available are plattform dependent, but the specification says
that the following always must be present:
Dialog, TimesRoman,
Helvetica and Courier
To be platform independent use these!
Default is TimesRoman.
- style
- Font style. Allowed styles are:
Plain, Bold,
Italic or BoldItalic.
Default is Plain.
- size
- Font size. The point size of the font.
Default is 24.