Skip to content

Commit

Permalink
Fix for Issue #895
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbrent committed Apr 20, 2021
1 parent f5e2f62 commit 3b9d11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/api-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ slide.addText([{ text: "TEXT", options: { OPTIONS } }]);
| `isTextBox` | boolean | | `false` | PPT "Textbox" | `true` or `false` |
| `italic` | boolean | | `false` | italic text | `true` or `false` |
| `lang` | string | | `en-US` | language setting | Ex: `{ lang:'zh-TW' }` (Set this when using non-English fonts like Chinese) |
| `line` | object | | | line/border | adds a border. Ex: `line:{ pt:'2', color:'A9A9A9' }` |
| `line` | object | | | line/border | adds a border. Ex: `line:{ width:'2', color:'A9A9A9' }` |
| `lineSpacing` | number | points | | line spacing points | 1-256. Ex: `{ lineSpacing:28 }` |
| `lineSpacingMultiple` | number | percent | | line spacing multiple | 0.0-9.99 |
| `margin` | number | points | | margin | 0-99 (ProTip: use the same value from CSS `padding`) |
Expand Down

0 comments on commit 3b9d11b

Please # to comment.