Package apple.coretext.enums
Class CTFontDescriptorMatchingState
- java.lang.Object
-
- apple.coretext.enums.CTFontDescriptorMatchingState
-
public final class CTFontDescriptorMatchingState extends java.lang.ObjectProgress state
-
-
Field Summary
Fields Modifier and Type Field Description static intDidBegincalled once at the beginning.static intDidFailWithErrorcalled when an error occurred.static intDidFinishcalled once at the end.static intDidFinishDownloadingstatic intDidMatchcalled when font descriptor is matched.static intDownloadingstatic intStalledcalled when stalled.static intWillBeginDownloadingDownloading part may be skipped if all the assets are already downloadedstatic intWillBeginQueryingcalled once before talking to the server.
-
-
-
Field Detail
-
DidBegin
public static final int DidBegin
called once at the beginning.- See Also:
- Constant Field Values
-
DidFinish
public static final int DidFinish
called once at the end.- 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
-
Downloading
public static final int Downloading
- See Also:
- Constant Field Values
-
DidFinishDownloading
public static final int DidFinishDownloading
- 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
-
-