See: Description
| Interface | Description |
|---|---|
| FontApplier |
Interface for simple mediator that may be used in order to apply a desired custom font to a
specific
FontWidget implementation. |
| FontApplierWidget |
A
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 |
Interface for widgets which support usage of custom
Font that may be specified via
FontWidget.setFont(Font). |
| Class | Description |
|---|---|
| Font |
Font is a simple wrapper class around graphics
Typeface object. |
| Annotation Type | Description |
|---|---|
| FontWidget.TypefaceStyle |
Defines an annotation for determining available typeface styles that may be passed to
FontWidget.setTypeface(Typeface, int) method. |