| 12345678910111213141516171819202122 |
- return {
- summary = 'Different ways to horizontally align text.',
- description = 'Different ways to horizontally align text when using `lovr.graphics.print`.',
- values = {
- {
- name = 'left',
- description = 'Left aligned lines of text.'
- },
- {
- name = 'center',
- description = 'Centered aligned lines of text.'
- },
- {
- name = 'right',
- description = 'Right aligned lines of text.'
- }
- },
- related = {
- 'VerticalAlign',
- 'lovr.graphics.print'
- }
- }
|