| 123456789 |
- return {
- summary = 'An object that rasterizes glyphs from font files.',
- description = [[
- A Rasterizer is an object that parses a TTF file, decoding and rendering glyphs from it.
- Usually you can just use `Font` objects.
- ]],
- constructor = 'lovr.data.newRasterizer'
- }
|