mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-19 22:10:29 +00:00
@@ -23,6 +23,13 @@ pub const Slant = enum(c_uint) {
|
||||
oblique = c.FC_SLANT_OBLIQUE,
|
||||
};
|
||||
|
||||
pub const Spacing = enum(c_uint) {
|
||||
proportional = c.FC_PROPORTIONAL,
|
||||
dual = c.FC_DUAL,
|
||||
mono = c.FC_MONO,
|
||||
charcell = c.FC_CHARCELL,
|
||||
};
|
||||
|
||||
pub const Property = enum {
|
||||
family,
|
||||
style,
|
||||
|
||||
Reference in New Issue
Block a user