Font Character Test


Summary

Shows the list of characters supported by a font.

Currently I'm calculating it with java.awt.Font's canDisplay() method, which seems to be okay for standard (non-dingbat) fonts. Please let me know if you find any problems.


Detail

Font