Interface TextRenderObject.Sink
- Enclosing class:
TextRenderObject
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(byte character, int color, int flags, float x, float y, float size)
-
Method Details
-
accept
void accept(byte character, int color, int flags, float x, float y, float size) - Parameters:
color
- RGBAflags
-style flags
x
- the x-offset of the character relative to the render object's position.y
- the y-offset of the character relative to the render object's position.size
- the size of the character.
-