| 123456789101112131415 |
- return {
- summary = 'Get the height of the font.',
- description = 'Returns the height metric of the font, in pixels.',
- arguments = {},
- returns = {
- {
- name = 'height',
- type = 'number',
- description = 'The height of the font, in pixels.'
- }
- },
- related = {
- 'Font:getHeight'
- }
- }
|