Class FontsManager


  • public final class FontsManager
    extends java.lang.Object
    Custom fonts manager that provides some embedded fonts to ensure a common rendering on different platforms.
    Since:
    7383
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.Collection<java.lang.String> INCLUDED_FONTS
      List of fonts embedded into JOSM jar.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private FontsManager()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void initialize()
      Initializes the fonts manager.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • INCLUDED_FONTS

        private static final java.util.Collection<java.lang.String> INCLUDED_FONTS
        List of fonts embedded into JOSM jar.
    • Method Detail

      • initialize

        public static void initialize()
        Initializes the fonts manager.