Class FontDetectorFactory.DefaultFontDetector

  • All Implemented Interfaces:
    FontDetector
    Enclosing class:
    FontDetectorFactory

    private static class FontDetectorFactory.DefaultFontDetector
    extends java.lang.Object
    implements FontDetector
    Detector of operating system and classpath fonts
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String[] FONT_MIMETYPES  
      private static org.apache.commons.logging.Log log  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private DefaultFontDetector()  
    • Field Detail

      • log

        private static org.apache.commons.logging.Log log
      • FONT_MIMETYPES

        private static final java.lang.String[] FONT_MIMETYPES
    • Constructor Detail

      • DefaultFontDetector

        private DefaultFontDetector()