| Package | Description |
|---|---|
| de.bright_side.lgf.base | |
| de.bright_side.lgf.logic | |
| de.bright_side.lgf.model | |
| de.bright_side.lgf.util | |
| de.bright_side.lgf.view |
| Modifier and Type | Method and Description |
|---|---|
LFont |
LPlatform.getFont(LFontResource font) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,LFont> |
LPlatform.getIdToFontMap() |
| Modifier and Type | Method and Description |
|---|---|
LObject |
LScreenLogic.setText(LObject object,
String text,
LFont textFont,
double textSize,
LColor textColor) |
| Modifier and Type | Method and Description |
|---|---|
LFont |
LObject.getTextFont() |
| Modifier and Type | Method and Description |
|---|---|
void |
LObject.setTextFont(LFont textFont) |
| Modifier and Type | Method and Description |
|---|---|
static void |
LUtil.setResourceReferences(List<LObject> objects,
Map<String,LImage> images,
Map<String,LFont> fonts) |
static void |
LUtil.setResourceReferences(LObject object,
Map<String,LImage> images,
Map<String,LFont> fonts) |
| Modifier and Type | Method and Description |
|---|---|
void |
LCanvas.drawTextCentered(LVector pos,
String text,
double textSize,
LColor color,
LColor outlineColorOrNull,
LFont fontOrNull,
LVector shadowOffset,
LColor shadowColor,
boolean considerCameraPos) |
Copyright © 2019 Philip Heyse. All rights reserved.