diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-05-20 11:36:31 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-05-20 11:36:31 +0200 |
| commit | e3215fa3b92574e2087c28b1d494d397e6819236 (patch) | |
| tree | 27be3c1b7679a1905ec2340d3cee2b335d021142 /src/font.rs | |
| parent | 5c66bac689f4551e30c20e57087d47245853b5fe (diff) | |
Unify parsing and typesetting functions. 🗳
Diffstat (limited to 'src/font.rs')
| -rw-r--r-- | src/font.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.rs b/src/font.rs index 3f3405e8..19b09b31 100644 --- a/src/font.rs +++ b/src/font.rs @@ -209,7 +209,7 @@ pub struct FontInfo { /// A macro to create [FontInfos](crate::font::FontInfo) easily. /// /// Accepts first a bracketed (ordered) list of font families. Allowed are string expressions -/// aswell as the three base families `SansSerif`, `Serif` and `Monospace`. +/// as well as the three base families `SansSerif`, `Serif` and `Monospace`. /// /// Then there may follow (separated by commas) the keywords `italic` and/or `bold`. /// |
