Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1pub use font_kit::metrics::Metrics; 2pub use font_kit::properties::{Properties, Weight}; 3 4#[derive(Copy, Clone, Debug, Eq, PartialEq, Hash)] 5pub struct FontId(pub usize); 6 7pub type GlyphId = u32;