public final class TextGlyphs extends Object
| Constructor and Description |
|---|
TextGlyphs(String text,
Font font,
FontRenderContext renderContext) |
| Modifier and Type | Method and Description |
|---|---|
Font |
getFont() |
double |
getHeight() |
double |
getWidth() |
float |
offsetX(double x) |
float |
offsetY(double y) |
Shape |
outline(double x,
double y) |
Iterator<Shape> |
outlines(double x,
double y) |
String |
text() |
String |
toString() |
public TextGlyphs(String text, Font font, FontRenderContext renderContext)
Copyright © 2019. All rights reserved.