Class IntelligentResolver

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

public final class IntelligentResolver extends Object
A namespace object that contains one method: choosePreferredFont.

Synchronization

This class contains no mutable static or non-static data, so it can be used safely from multiple threads. This module has been rewritten (and reformatted) to use the new CacheSupportInfo helper class that can cache the information it needs. That allows the resolver to operate without actually parsing the fonts its operating on, assuming the needed CacheSupportInfo objects already exist in the cache.
  • Constructor Details

    • IntelligentResolver

      public IntelligentResolver()
  • Method Details