Class Base14CacheResourceBuilder
- java.lang.Object
-
- com.adobe.fontengine.fontmanagement.Base14CacheResourceBuilder
-
public final class Base14CacheResourceBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description Base14CacheResourceBuilder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(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.
-
-
-
Method Detail
-
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
-
-