public final class Glyph
extends Object
-
Field Summary
Fields
private final float
private final boolean
private final @NotNull Shape
-
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
-
Field Details
-
outline
@NotNull
private final @NotNull Shape outline
-
advance
private final float advance
-
isEmpty
private final boolean isEmpty
-
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()