| Package | Description |
|---|---|
| net.avh4.framework.uilayer | |
| net.avh4.framework.uilayer.scene |
| Modifier and Type | Field and Description |
|---|---|
static Font |
Font.OPEN_SANS |
static Font |
Font.PFENNIG |
| Modifier and Type | Method and Description |
|---|---|
Font |
Font.size(int fontSize) |
| Modifier and Type | Method and Description |
|---|---|
int |
UILayerService.getFontHeight(Font font) |
int |
UILayerService.measureText(Font font,
String text) |
| Modifier and Type | Field and Description |
|---|---|
protected Font |
SceneText.font |
protected Font |
SceneLabel.font |
protected Font |
SceneCenteredText.font |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphicsOperations.drawText(FontMetricsService fm,
String text,
net.avh4.math.geometry.Rect bounds,
Font font,
int color) |
abstract void |
GraphicsOperations.drawText(String text,
double leftX,
double baselineY,
Font font,
int argbColor) |
float |
FontMetricsService.getAscender(Font font) |
float |
FontMetricsService.getAscent(Font font) |
float |
FontMetricsService.getDescent(Font font) |
float |
FontMetricsService.getLineHeight(Font font) |
float |
FontMetricsService.stringWidth(Font font,
String text) |
| Constructor and Description |
|---|
SceneCenteredText(String text,
Font font,
int color) |
SceneLabel(String text,
Font font,
int color) |
SceneText(String text,
Font customFont,
int color) |
Copyright © 2013. All Rights Reserved.