mirror of
https://github.com/wez/wezterm.git
synced 2024-12-25 14:22:37 +03:00
e69869efa7
I want to use this to render the font in the title bar
4 lines
141 B
Rust
4 lines
141 B
Rust
pub type PixelUnit = wezterm_input_types::PixelUnit;
|
|
pub type PixelLength = euclid::Length<f64, PixelUnit>;
|
|
pub type IntPixelLength = isize;
|