Package icyllis.arc3d.granite
Class GlyphStrike
java.lang.Object
icyllis.arc3d.granite.GlyphStrike
-
Constructor Summary
ConstructorsConstructorDescriptionGlyphStrike
(@NonNull StrikeDesc desc) desc must be immutable, no copy will be made. -
Method Summary
Modifier and TypeMethodDescription@NonNull BakedGlyph
getGlyph
(int glyphID) Find or create Glyph and returns a pointer to it.@NonNull StrikeDesc
-
Constructor Details
-
GlyphStrike
desc must be immutable, no copy will be made.
-
-
Method Details
-
getGlyph
Find or create Glyph and returns a pointer to it. -
getStrikeDesc
-