|
Java™ by example!
|
|
|
How do I list the available fonts on my system?
You could use the Toolkit method getFontList:
However, this method is deprecated. Here's a newer version:
outputs:
Further Information
Author of answer: Joris Van den Bogaert
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|