ux-primitives 0.1.3

Graphics Primitives for Angular Rust
Documentation
1
2
3
4
5
#[derive(Copy, Clone, Debug)]
pub struct TextMetrics {
    pub width: f64,
    pub height: f64,
}