Files
Graphite/src/layout_dom_node.rs
2020-07-10 02:37:55 -07:00

12 lines
236 B
XML

// pub struct LayoutDomNode {
// pub namespace: String,
// pub name: String,
// pub placement:
// // pub body: Vec<LayoutDomNode>
// }
// pub struct LayoutPlacement {
// pub width: f32,
// pub height: f32,
// pub x_align:
// }