| 12345678910111213141516 |
- return {
- tag = 'graphicsState',
- summary = 'Get the active font.',
- description = 'Returns the active font.',
- arguments = {},
- returns = {
- {
- name = 'font',
- type = 'Font',
- description = 'The active font object.'
- }
- },
- related = {
- 'lovr.graphics.print'
- }
- }
|