-
public interface DeferredTypefaceA wrapper for resolving a typeface on demand.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDeferredTypeface.ConstantA wrapper for a constant typeface value.
public final classDeferredTypeface.ResourceA wrapper for a FontRes.
public final classDeferredTypeface.Asset
-
Method Summary
-
-
Method Detail
-
resolve
abstract Unit resolve(Context context, ResourcesCompat.FontCallback fontCallback, Handler handler)
Resolve the typeface asynchronously. fontCallback will be triggered on the handler's thread. If handler is null, fontCallback will be triggered on the UI thread.
-
-
-
-