init.lua 231 B

12345678
  1. return {
  2. summary = 'A font used to render text.',
  3. description = [[
  4. A Font is an object created from a TTF file. It can be used to render text with
  5. `lovr.graphics.print`.
  6. ]],
  7. constructor = 'lovr.graphics.newFont'
  8. }