RenderGlyph typedef

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

Implementation

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