1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-25 14:22:37 +03:00
wezterm/wezterm-font/src/units.rs
Wez Furlong e69869efa7 refactor deps so that window can depend on wezterm-font
I want to use this to render the font in the title bar
2021-06-26 22:58:42 -07:00

4 lines
141 B
Rust

pub type PixelUnit = wezterm_input_types::PixelUnit;
pub type PixelLength = euclid::Length<f64, PixelUnit>;
pub type IntPixelLength = isize;