Class Base14CacheResourceBuilder


  • public final class Base14CacheResourceBuilder
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Here we simply go over each currently defined FontDescription type and put an instance of it in the cache for each base14 font.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Base14CacheResourceBuilder

        public Base14CacheResourceBuilder()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Here we simply go over each currently defined FontDescription type and put an instance of it in the cache for each base14 font. Nothing guarantees the completeness of these references. If a new FontDescription type is added you MUST add a reference to it here or it will NOT appear in the pre-built base14 cache.
        Throws:
        java.lang.Exception