diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-12-12 22:19:38 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-12-12 22:19:38 +0100 |
| commit | ff107cf3e75acf041f8b7631337d299cdeaa1685 (patch) | |
| tree | 40799f0337a5c2bc13166ff32a1f0b4f5c23bfe8 /src/layout/tree.rs | |
| parent | 3c0496bb6104f0e2a60520e42137ecc29f26e9fa (diff) | |
Tidying up 🧹
Diffstat (limited to 'src/layout/tree.rs')
| -rw-r--r-- | src/layout/tree.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/layout/tree.rs b/src/layout/tree.rs index 195b6075..9c909d9c 100644 --- a/src/layout/tree.rs +++ b/src/layout/tree.rs @@ -1,4 +1,9 @@ use smallvec::smallvec; +use toddle::query::FontClass; + +use crate::func::Command; +use crate::syntax::{SyntaxTree, Node, FuncCall}; +use crate::style::TextStyle; use super::*; /// Layout a syntax tree into a multibox. |
