Class CTFontDescriptorMatchingState


  • public final class CTFontDescriptorMatchingState
    extends java.lang.Object
    Progress state
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DidBegin

        public static final int DidBegin
        called once at the beginning.
        See Also:
        Constant Field Values
      • WillBeginQuerying

        public static final int WillBeginQuerying
        called once before talking to the server. Skipped if not necessary.
        See Also:
        Constant Field Values
      • Stalled

        public static final int Stalled
        called when stalled. (e.g. while waiting for server response.)
        See Also:
        Constant Field Values
      • WillBeginDownloading

        public static final int WillBeginDownloading
        Downloading part may be skipped if all the assets are already downloaded
        See Also:
        Constant Field Values
      • DidMatch

        public static final int DidMatch
        called when font descriptor is matched.
        See Also:
        Constant Field Values
      • DidFailWithError

        public static final int DidFailWithError
        called when an error occurred. (may be called multiple times.)
        See Also:
        Constant Field Values