adam7 / delugia-code

Can we add Nerd Fonts to Cascadia Code Font using a GitHub Action
MIT License
567 stars 34 forks source link

No new Cascadia Code release #39

Closed Finii closed 4 years ago

Finii commented 4 years ago

At the moment we have a crash (sigsegv) when we try to patch Cascadia Code 2007.01.

Working on it.

Finii commented 4 years ago
$ fontforge -script font-patcher --careful --powerline --custom SomeExtraSymbols.otf --no-progressbars --mono Cascadia*.ttf
Copyright (c) 2000-2020. See AUTHORS for Contributors.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 with many parts BSD <http://fontforge.org/license.html>. Please read LICENSE.
 Version: 20190801
[...]
Adding 53 Glyphs from Seti-UI + Custom Set 

Updating glyph: <Glyph uniE4FA in font NerdFontFileTypes-Regular> uniE4FA putting at: E5FA
Updating glyph: <Glyph uniE4FB in font NerdFontFileTypes-Regular> uniE4FB putting at: E5FB
zsh: segmentation fault (core dumped)
xbb commented 4 years ago

If I use the rename-font script before patching it doesn't segfault

Finii commented 4 years ago

Thanks @xbb!