init.lua 282 B

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