diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-11-18 15:10:11 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-11-18 15:10:11 +0100 |
| commit | 1a6fb48bc5e95d0a9ef243ab62517557189c0eea (patch) | |
| tree | 06f704fe638d5ae25f4976874500c5da75316348 /src/func | |
| parent | 1eb25f86dd6763c4f2d7e60b6d09af60ada50af6 (diff) | |
Page style modification functions 📜
- `page.size`
- `page.margins`
Diffstat (limited to 'src/func')
| -rw-r--r-- | src/func/mod.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/func/mod.rs b/src/func/mod.rs index 27dceee3..360c19f8 100644 --- a/src/func/mod.rs +++ b/src/func/mod.rs @@ -103,7 +103,9 @@ pub enum Command<'a> { BreakParagraph, - SetStyle(TextStyle), + SetTextStyle(TextStyle), + SetPageStyle(PageStyle), + SetAxes(LayoutAxes), } |
