| 12345678910111213141516171819 |
- return {
- summary = 'Get the line height of the font.',
- description = [[
- Returns the line height metric of the font, in pixels. This is how far apart lines are.
- ]],
- arguments = {},
- returns = {
- {
- name = 'height',
- type = 'number',
- description = 'The line height of the font, in pixels.'
- }
- },
- related = {
- 'Rasterizer:getHeight',
- 'Font:getLineHeight',
- 'Font:setLineHeight'
- }
- }
|