summaryrefslogtreecommitdiff
path: root/src/model
diff options
context:
space:
mode:
Diffstat (limited to 'src/model')
-rw-r--r--src/model/cast.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/model/cast.rs b/src/model/cast.rs
index 5c95fe4b..1a5cae45 100644
--- a/src/model/cast.rs
+++ b/src/model/cast.rs
@@ -293,11 +293,11 @@ castable! {
castable! {
FontStyle,
- /// The default style.
+ /// The default, typically upright style.
"normal" => Self::Normal,
- /// A cursive style.
+ /// A cursive style with custom letterform.
"italic" => Self::Italic,
- /// A slanted style.
+ /// Just a slanted version of the normal style.
"oblique" => Self::Oblique,
}