Skip to content

Commit

Permalink
docs: fix typo (#151)
Browse files Browse the repository at this point in the history
fonrs -> fonts
  • Loading branch information
SKalt authored Feb 23, 2024
1 parent 13ce181 commit 350a689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/font.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ pub struct FontSettings {
/// the scale are pixels per Em unit.
pub scale: f32,
/// The default is true. If enabled, will load glyphs for substitutions (liagtures, etc.) from
/// the gsub table on compatible fonrs. Only makes a difference when using indexed operations,
/// the gsub table on compatible fonts. Only makes a difference when using indexed operations,
/// i.e. `Font::raserize_indexed`, as singular characters do not have enough context to be
/// substituted.
pub load_substitutions: bool,
Expand Down

0 comments on commit 350a689

Please sign in to comment.