-
Notifications
You must be signed in to change notification settings - Fork 818
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix NF Mono glyph selection, NF variants STAT, PL rclt table (#721)
The build issue I was running into was caused by the logic that chooses when to merge Powerline glyphs into the final set before building. It covered the following conditions: | Conditions | Outcome | | ---------- | ------------------------------- | | Mono | Set name only ✅ | | Mono + PL | Set name, merge PL ✅ | | PL | Set name, merge PL ✅ | | NF | Set name, merge PL, merge NF ✅ | However, it missed one: | Conditions | Outcome | | ---------- | ------------------------------- | | Mono + NF | ❔❔❔ | I've simplified the logic so that we don't make this mistake again. All non-Cascadia-Code variants will have their names overridden, and if they contain PL or NF they will get special treatment. I've also added the NF variants to the STAT table table and fixed the generation of rclt for PL variants.
- Loading branch information
Showing
3 changed files
with
187 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters