Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
font-patcher: Add possibility to generate proportional font
[why] Theoretically we can produce 3 types on fonts: * A: Strictly monospaced font * B: Allow bigger symbols, but advance width still monospaced * C: Allow bigger symbols, advance width will vary All have their uses. Historically Nerd Fonts produced A and B. Then we had kind of a breaking change with 2.2.0 that it produces now A and C. The commit b9b7a5080 Revert "Remove negative bearings on 2048-em glyphs" restores the old (pre 2.2.0) behavior. But the type C fonts can be useful, so maybe we can have them as option? [how] Add commandline option to be able to create all fonts types: * A: specify -s or --mono or --use-single-width-glyphs * B: specify nothing * C: specify --variable-width-glyphs Signed-off-by: Fini Jastrow <[email protected]>
- Loading branch information