Hi, Martin.>   * getAllFonts NPE handled
The current version is fine, but note that this null-check is not necessary.
Previously it was possible because the loadFonts() method might skip initialization of the instance 
field "fonts"(which was null by default) as a result NPE could occurred when you try to 
iterate over "fonts"

--
Best regards, Sergey.

Reply via email to