-
Is that what the An Illustrative Example:Patching, for instance, the Input Mono font, can I pass |
Beta Was this translation helpful? Give feedback.
Answered by
Finii
Nov 22, 2024
Replies: 1 comment 3 replies
-
https://github.com/ryanoasis/nerd-fonts/wiki/ScriptOptions Just try? Possibly together with $ fontforge font-patcher --dry --debug 2 --name TEST-Bold src/unpatched-fonts/Agave/Agave-Regular.ttf
Nerd Fonts Patcher v3.3.0-22 (4.16.1) (ff 20230101)
DEBUG: Naming mode 1
DEBUG: Monospace check: Panose says "monospaced"; glyph-width-mono True
DEBUG: Extended glyphs wider bounding box than basic glyphs
DEBUG: Final font cell dimensions 1024 w x 2048 h
Done with Patch Sets, generating font...
WARNING: Possible problem with the weight metadata detected, check with --debug
DEBUG: Weight approximations: OS2/PS/Name: 400/400/700 (from 400/'Book'/'Bold')
DEBUG: =====> Family (ID 1) ok ( 4 <=31): TEST
DEBUG: =====> SubFamily (ID 2) ok ( 4 <=31): Bold
DEBUG: =====> Fullname (ID 4) ok ( 9 <=63): TEST Bold
DEBUG: =====> PSN (ID 6) ok ( 9 <=63): TEST-Bold
DEBUG: =====> Filename 'TEST-Bold.ttf' |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
pa-0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/ryanoasis/nerd-fonts/wiki/ScriptOptions
Just try? Possibly together with
--dry --debug 2
to just see how the names would come out.