Class Base14CacheResourceBuilder

java.lang.Object
com.adobe.fontengine.fontmanagement.Base14CacheResourceBuilder

public final class Base14CacheResourceBuilder extends Object
  • Constructor Details

    • Base14CacheResourceBuilder

      public Base14CacheResourceBuilder()
  • Method Details

    • main

      public static void main(String[] args) throws 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:
      Exception