-
I am currently working on patching a font with nerd-font glyphs and would also like to add litagures. Does anyone have any experience with Ligaturizer, spexifically with respect to the order in which the fonts should be patched with nerd fonts and litagures. Does it matter which I add to the font first? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Me: No experience. I would first add the ligatures. Per default it seems to add something to the font's name, which can be problematic when also "Nerd Font ..." is added later on; I would probably use their no-rename switch. But in principle the order should not matter, unless they put the ligature glyphs into PUA. Probably run |
Beta Was this translation helpful? Give feedback.
-
Reddit Mono (Light) Patched with nerd-font glyphs and litagures (from Fira Code) |
Beta Was this translation helpful? Give feedback.
Me: No experience.
I would first add the ligatures. Per default it seems to add something to the font's name, which can be problematic when also "Nerd Font ..." is added later on; I would probably use their no-rename switch.
font-patcher
needs to be run with the appropriate--makegroups
. 🤷♀️But in principle the order should not matter, unless they put the ligature glyphs into PUA. Probably run
font-patcher
on a ligature font with--careful
and check for skipping glyph messages. (Well, the order still does not matter much; it would be a hard codepoint conflict that needs to be solved manually.)