public interface FontApplierWidget extends FontWidget
FontWidget extended interface that allows to specify a custom FontApplier that
should be used by font widget implementation to perform custom font applying logic.FontWidget.TypefaceStyle| Modifier and Type | Method and Description |
|---|---|
void |
setFontApplier(FontApplier applier)
Sets an applier that should be used by this font widget in order to apply custom font requested
via
FontWidget.setFont(Font). |
getContext, setFont, setFont, setTypeface, setTypefacevoid setFontApplier(@NonNull
FontApplier applier)
FontWidget.setFont(Font).applier - The desired applier.