Skip to content

Commit

Permalink
Fix Face::unicode_ranges docs.
Browse files Browse the repository at this point in the history
Closes #144
  • Loading branch information
RazrFalcon committed May 10, 2024
1 parent f8c1b25 commit 0657c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1755,7 +1755,7 @@ impl<'a> Face<'a> {
.unwrap_or(false)
}

/// Checks if the face bitmaps embedding is allowed.
/// Returns [Unicode Ranges](https://docs.microsoft.com/en-us/typography/opentype/spec/os2#ur).
#[inline]
pub fn unicode_ranges(&self) -> UnicodeRanges {
self.tables
Expand Down

0 comments on commit 0657c6c

Please sign in to comment.