RenderGlyph typedef

RenderGlyph = void Function(int x, int y, Glyph glyph)

Implementation

typedef void RenderGlyph(int x, int y, Glyph glyph);