mirror of
https://github.com/wez/wezterm.git
synced 2024-11-13 07:22:52 +03:00
84d4187c9a
There are three slants that are broadly recognized; normal, italic and oblique. Prior to this commit, we only considered normal or italic. This is mostly a mechanical change to replace the boolean with the enum, and rename the field from `italic` to `slant`. For the sake of backwards compatibility with existing configs, the lua helpers for working with fonts continue to accept boolean italic values and rewrite them to the equivalent slant value. refs: #1646 |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |