| 1234567891011121314151617181920212223 |
- return {
- summary = 'Different ways to horizontally align text.',
- description = 'Different ways to horizontally align text with `Pass:text`.',
- values = {
- {
- name = 'left',
- description = 'Left-aligned text.'
- },
- {
- name = 'center',
- description = 'Centered text.'
- },
- {
- name = 'right',
- description = 'Right-aligned text.'
- }
- },
- related = {
- 'VerticalAlign',
- 'Pass:text',
- 'Font:getVertices'
- }
- }
|