public final class CTFontDescriptorMatchingState
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DidBegin
called once at the beginning.
|
static int |
DidFailWithError
called when an error occurred.
|
static int |
DidFinish
called once at the end.
|
static int |
DidFinishDownloading |
static int |
DidMatch
called when font descriptor is matched.
|
static int |
Downloading |
static int |
Stalled
called when stalled.
|
static int |
WillBeginDownloading
Downloading part may be skipped if all the assets are already downloaded
|
static int |
WillBeginQuerying
called once before talking to the server.
|
public static final int DidBegin
public static final int DidFinish
public static final int WillBeginQuerying
public static final int Stalled
public static final int WillBeginDownloading
public static final int Downloading
public static final int DidFinishDownloading
public static final int DidMatch
public static final int DidFailWithError