这是indexloc提供的服务,不要输入任何密码
Skip to content

Font-patcher fails to patch font: OSError #686

@0xf0xx0

Description

@0xf0xx0

🗹 Requirements

  • A brief but descriptive title of your issue
  • I have searched the issues for my issue and found nothing related and/or helpful
  • I have read or scanned the FAQ
  • I have read or scanned the Wiki

🎯 Subject of the issue

I'm attempting to patch a font I have, but the script fails with this error:

fontforge -script ./font-patcher ./Bicubik-capital.otf -out ./ -l --fontawesomeextension --fontawesome --fontlinux --octicons --powersymbols --pomicons --powerline --powerlineextra --material --weather
Copyright (c) 2000-2021. 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: 20201107
 Based on sources from 2021-11-16 19:50 UTC-ML-D-GDK3.
 Based on source from git with hash: 58238cc173c80379d0d4616971fc793da26c6aa4
This font contains both a 'kern' table and a 'GPOS' table.
  The 'kern' table will only be read if there is no 'kern' feature in 'GPOS'.
Traceback (most recent call last):
  File "/home/gingka/Builds/nerd-fonts/./font-patcher", line 936, in <module>
    main()
  File "/home/gingka/Builds/nerd-fonts/./font-patcher", line 930, in main
    patcher = font_patcher()
  File "/home/gingka/Builds/nerd-fonts/./font-patcher", line 54, in __init__
    self.sourceFont = fontforge.open(self.args.font)
OSError: Open failed

🔧 Your Setup

  • Which font are you using (e.g. Anonymice Powerline Nerd Font Complete.ttf)? Bicubik-Capital, modified from Bicubik (cant find the source)
  • Which terminal emulator are you using (e.g. iterm2, urxvt, gnome, konsole)? kitty
  • Are you using OS X, Linux or Windows? And which specific version or distribution? Linux, EndeavourOS

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions