I try to get system fonts in the client side of the applet form, but this does not help with the applet.
Are you trying to get fonts with
GraphicsEnvironment e = GraphicsEnvironment.getLocalGraphicsEnvironment(); Font[] fonts = e.getAllFonts(); // Get the fonts
In this applet , it works correctly.
Source: https://habr.com/ru/post/1732503/More articles:Generate identical Hashcodes for approximately the same numbers - mathSilverlight user control inheritance. Reusing a template? - inheritanceКак CRichEditCtrl знает операцию вставки? - c++How to get an MFC application to bypass UAC in Windows 7 and Vista - visual-c ++Selecting thumbnails from external links - phpWhy is there an error when splitting 2 / 5.0 in Python? - pythonIs it possible to change the stack size dynamically - how? - cCSS - Multiple 100% div height? - htmlWhat is the correct way to subclass MFC management? - c ++TweetSharp get the number of subscribers - .netAll Articles