| 1234567891011121314151617181920212223 |
- return {
- summary = 'Different ways to vertically align text.',
- description = 'Different ways to vertically align text with `Pass:text`.',
- values = {
- {
- name = 'top',
- description = 'Top-aligned text.'
- },
- {
- name = 'middle',
- description = 'Centered text.'
- },
- {
- name = 'bottom',
- description = 'Bottom-aligned text.'
- }
- },
- related = {
- 'HorizontalAlign',
- 'Pass:text',
- 'Font:getVertices'
- }
- }
|