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