FontWidget implementations.See: Description
| Class | Description |
|---|---|
| FontAutoCompleteTextView |
An
AutoCompleteTextView and FontApplierWidget implementation that supports applying
of custom font via FontAutoCompleteTextView.setFont(Font). |
| FontButton |
A
Button and FontApplierWidget implementation that supports applying of custom
font via FontButton.setFont(Font). |
| FontCheckBox |
A
CheckBox and FontApplierWidget implementation that supports applying of custom
font via FontCheckBox.setFont(Font). |
| FontEditText |
An
EditText and FontApplierWidget implementation that supports applying of custom
font via FontEditText.setFont(Font). |
| FontRadioButton |
A
RadioButton and FontApplierWidget implementation that supports applying of
custom font via FontRadioButton.setFont(Font). |
| FontTextView |
A
TextView and FontApplierWidget implementation that supports applying of custom
font via setFont(Font). |
FontWidget implementations.