public final class Glyph
extends Object
-
Constructor Summary
Constructors
Glyph(@NotNull Shape outline,
float advance,
boolean isEmpty)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Glyph
public Glyph(@NotNull
@NotNull Shape outline,
float advance,
boolean isEmpty)
-
Method Details
-
advance
public float advance()
-
glyphOutline
@NotNull
public @NotNull Shape glyphOutline()
-
isRendered
public boolean isRendered()