Font created for the specified attrs set to the given font
widget.Font created for the specified style to the given font widget.Font created for the specified fontPath to the given font widget.FontApplier used by all font widgets.Typeface object.FontWidget implementation.FontWidget extended interface that allows to specify a custom FontApplier that
should be used by font widget implementation to perform custom font applying logic.AutoCompleteTextView and FontApplierWidget implementation that supports applying
of custom font via FontAutoCompleteTextView.setFont(Font).FontAutoCompleteTextView.FontAutoCompleteTextView(Context, AttributeSet) without attributes.FontAutoCompleteTextView.FontAutoCompleteTextView(Context, AttributeSet, int) with
R.attr.autoCompleteTextViewStyle as attribute for default style.FontAutoCompleteTextView.FontAutoCompleteTextView(Context, AttributeSet, int, int) with 0 as default style.Button and FontApplierWidget implementation that supports applying of custom
font via FontButton.setFont(Font).FontButton.FontButton(Context, AttributeSet) without attributes.FontButton.FontButton(Context, AttributeSet, int) with R.attr.buttonStyle
as attribute for default style.FontButton.FontButton(Context, AttributeSet, int, int) with 0 as default style.CheckBox and FontApplierWidget implementation that supports applying of custom
font via FontCheckBox.setFont(Font).FontCheckBox.FontCheckBox(Context, AttributeSet) without attributes.FontCheckBox.FontCheckBox(Context, AttributeSet, int) with R.attr.checkboxStyle
as attribute for default style.FontCheckBox.FontCheckBox(Context, AttributeSet, int, int) with 0 as default style.EditText and FontApplierWidget implementation that supports applying of custom
font via FontEditText.setFont(Font).FontEditText.FontEditText(Context, AttributeSet) without attributes.FontEditText.FontEditText(Context, AttributeSet, int) with R.attr.editTextStyle
as attribute for default style.FontEditText.FontEditText(Context, AttributeSet, int, int) with 0 as default style.RadioButton and FontApplierWidget implementation that supports applying of
custom font via FontRadioButton.setFont(Font).FontRadioButton.FontRadioButton(Context, AttributeSet) without attributes.FontRadioButton.FontRadioButton(Context, AttributeSet, int) with R.attr.radioButtonStyle
as attribute for default style.FontRadioButton.FontRadioButton(Context, AttributeSet, int, int) with 0 as default
style.TextView and FontApplierWidget implementation that supports applying of custom
font via setFont(Font).FontTextView(Context, AttributeSet) without attributes.FontTextView(Context, AttributeSet, int) with R.attr.textViewStyle
as attribute for default style.FontTextView(Context, AttributeSet, int, int) with 0 as default style.Font that may be specified via
FontWidget.setFont(Font).FontWidget.setTypeface(Typeface, int) method.Font.create(String) and cached by this Font class.FontWidget.setFont(Font).Log utility.FontWidget implementations.