diff --git a/src/lib.rs b/src/lib.rs index 5d12ebd..cf14d43 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1472,6 +1472,8 @@ impl<'a> Face<'a> { } /// Returns face style. + /// + /// Returns `Style::Normal` when OS/2 table is not present. #[inline] pub fn style(&self) -> Style { self.tables.os2.map(|os2| os2.style()).unwrap_or_default()