diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-10-13 13:51:58 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-10-13 13:51:58 +0200 |
| commit | 91e512069396f1de616ec2b0fe0cd31a76e7f2e9 (patch) | |
| tree | 204ef6032dd4d22b38236d4d85fc95c97e7a9f37 /src/shaping.rs | |
| parent | 8680fcd4903b451909a5932e8b948a68c9aacb16 (diff) | |
BoxAlign and Flow aliases ✏
Diffstat (limited to 'src/shaping.rs')
| -rw-r--r-- | src/shaping.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shaping.rs b/src/shaping.rs index a14c48a4..45ab6ff8 100644 --- a/src/shaping.rs +++ b/src/shaping.rs @@ -64,8 +64,8 @@ impl Debug for Shaped { pub fn shape( loader: &mut FontLoader, text: &str, - font_size: Length, dir: Dir, + font_size: Length, fallback: &FallbackTree, variant: FontVariant, ) -> BoxLayout { |
