Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automate font generation #62

Open
blobject opened this issue Feb 16, 2021 · 3 comments
Open

automate font generation #62

blobject opened this issue Feb 16, 2021 · 3 comments

Comments

@blobject
Copy link
Owner

use a script (preferably in tcl but probably in python) to help generate weight (regular, bold, etc.) and stylistic (dotted zero, slashed zero) variants.

@alexmyczko
Copy link

could as well be Makefile or shell?

@blobject
Copy link
Owner Author

blobject commented Apr 8, 2021

Do you know of a purely shell way of manipulating .sfd files (eg. substituting one glyph with another)? I couldn't find a way of doing this, but I would definitely choose it if it exists.

@alexmyczko
Copy link

alexmyczko commented Apr 8, 2021

sed '/StartChar: dollar/,/EndChar/d' some.sfd
outputs all sfd without dollar glyph

sed '/StartChar: dollar/,/EndChar/!d' some.sfd
outputs only dollar glyph

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants