public class TextRenderer
extends java.lang.Object
| Constructor and Description |
|---|
TextRenderer() |
| Modifier and Type | Method and Description |
|---|---|
AlphaBuffer |
renderTextAlpha(FontSpecification fontSpec,
double rotation,
java.lang.String text) |
AlphaBuffer |
renderTextAlpha(FontSpecification fontSpec,
java.lang.String text) |
RGBBuffer |
renderTextRGB(FontSpecification fontSpec,
java.lang.String text) |
static TextRenderer |
singleton() |
public static TextRenderer singleton()
public RGBBuffer renderTextRGB(FontSpecification fontSpec, java.lang.String text)
public AlphaBuffer renderTextAlpha(FontSpecification fontSpec, java.lang.String text)
public AlphaBuffer renderTextAlpha(FontSpecification fontSpec, double rotation, java.lang.String text)