Skip to content

Commit

Permalink
Merge branch 'mooman219:master' into expose-offset
Browse files Browse the repository at this point in the history
  • Loading branch information
Koranir authored Mar 26, 2024
2 parents 0bc262a + 350a689 commit 2f2e66f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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
1 change: 1 addition & 0 deletions src/platform/float/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pub use floor::*;
pub use fract::*;
pub use get_bitmap::*;
pub use sqrt::*;
#[allow(unused_imports)]
pub use trunc::*;

/// Sets the high bit 0x80000000 on a float.
Expand Down

0 comments on commit 2f2e66f

Please sign in to comment.