fontpatcher icon indicating copy to clipboard operation
fontpatcher copied to clipboard

TypeError: No such glyph

Open dxps opened this issue 1 year ago • 0 comments

Hi everyone!

Any help on this error, please?

…/font_tools ❯ ./FontForge-2023-01-01-a1dad3e-x86_64.AppImage -script $PWD/powerline-fontpatcher/scripts/powerline-fontpatcher $HOME/files/kits/design/fonts/00___my_purchases/64-SRC/64-SRC-DZ-Medium.otf 
Copyright (c) 2000-2023. 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: 20230101
 Based on sources from 2023-01-01 05:26 UTC-ML-TtfDb-D-GDK3.
 Based on source from git with hash: a1dad3e81da03d5d5f3c4c1c1b9b5ca5ebcfcecf
Traceback (most recent call last):
  File "/home/devs/files/kits/design/font_tools/powerline-fontpatcher/scripts/powerline-fontpatcher", line 144, in <module>
    raise SystemExit(main(sys.argv[1:]))
  File "/home/devs/files/kits/design/font_tools/powerline-fontpatcher/scripts/powerline-fontpatcher", line 141, in main
    return patch_fonts(args.source_font, args.target_fonts, args.rename_font)
  File "/home/devs/files/kits/design/font_tools/powerline-fontpatcher/scripts/powerline-fontpatcher", line 133, in patch_fonts
    patch_one_font(source_font, target_font, rename_font)
  File "/home/devs/files/kits/design/font_tools/powerline-fontpatcher/scripts/powerline-fontpatcher", line 117, in patch_one_font
    target_font[0xFB01].removePosSub('*')  # fi ligature
TypeError: No such glyph
…/font_tools ❯ 

Thanks in advance!

dxps avatar Apr 16 '24 20:04 dxps