| Did you know ... | Search Documentation: |
| @fonts |
Hash-table with defined fonts
The hash_table @fonts
maps font reference names (e.g.
screen_roman_13) onto font
objects. Thus, all available fonts may be listed using:
send(@fonts, for_all, message(@pce, write_ln, @arg2)).
The demo-program FontViewer may be used to examine the available fonts.
.font_families
using the method display->load_fonts..font_list