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

Menlo font patching issue with regular variant #256

@devster31

Description

@devster31

🗹 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 trying to patch Menlo on macOS, these are the commands I'm running on fish shell:

set -l fonts "Menlo Regular" "Menlo Bold" "Menlo Bold Italic" "Menlo Italic"
for f in $fonts
    fontforge -script font-patcher -c --mono -out . /System/Library/Fonts/Menlo.ttc($f)
end

and the patching seems to work fine, albeit with some messages related to the remapping of icons. When going in iTerm2 to set the new font something strange happens: with the Bold version everything seems fine but with the regular one, symbols seem inverted. The only variant that seems to be working is Bold itself, while Italic, Bold Italic and Regular all exhibit the same behavior depicted below.

🔧 Your Setup

  • Which font are you using? Menlo (all variants)
  • Which terminal emulator are you using? iTerm2
  • Which shell are you using? fish
  • Are you using OS X, Linux or Windows? And which specific version or distribution? MacOS Sierra

★ Optional

Regular
Regular
Bold
Bold

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions