|
Apime v1.0 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IFont | |
| com.java4ever.apime.ui | |
| com.java4ever.apime.ui.font | |
| Uses of IFont in com.java4ever.apime.ui |
| Methods in com.java4ever.apime.ui that return IFont | |
static IFont |
IFont.getFont(java.lang.String name)
Devuelve una fuente (Por defecto hay 2 predefinidas: "default" y "small"). |
IFont |
IComponent.getFont()
Devuelve el tipo de letra. |
| Methods in com.java4ever.apime.ui with parameters of type IFont | |
static void |
IFont.addFont(java.lang.String name,
IFont font)
Aņade una fuente (Por defecto hay 2 predefinidas: "default" y "small"). |
void |
IComponent.setFont(IFont font)
Cambia el tipo de letra. |
| Uses of IFont in com.java4ever.apime.ui.font |
| Subclasses of IFont in com.java4ever.apime.ui.font | |
class |
ImageFont
Fuente generada a partir de una imagen. |
class |
NativeFont
Fuente nativa. |
|
Apime v1.0 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||