Package dev.engine_room.vanillin.text
Interface TextLayer.GlyphPattern
- Enclosing interface:
- TextLayer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TextLayer.GlyphPatternThe pattern for an 8x outline as used by glowing text on signs.static final TextLayer.GlyphPatternThe pattern for a single glyph with no offset. -
Method Summary
-
Field Details
-
SINGLE
The pattern for a single glyph with no offset. -
OUTLINE
The pattern for an 8x outline as used by glowing text on signs.
-
-
Method Details
-
addGlyphs
Add an arbitrary amount of glyphs. Each accepted vector represents the offset of a new glyph quad.- Parameters:
out- The consumer to accept the offset of a new glyph quad
-