-
Notifications
You must be signed in to change notification settings - Fork 14
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
Issue with Metafont mftrace Command Execution in Designer Mode #447
Comments
@NargesSayah Could you provide a minimal reproducible input file that results in the described error? @MarcoMueller Would you mind having a look? |
Thank you for responding. |
@NargesSayah we use mf2outline from @linusromer. mf2outline is a python script that converts METAFONT fonts to outline formats like OpenType. I recommend you install the package and give it a try. There is a documentation available. |
Thank you @MarcoMueller for your response and for directing me toward mf2outline by @linusromer. Cheers. |
I am currently working on a project where I need to create OTF/TTF files of custom fonts after adjusting font parameters in the font.mf file. To achieve this, I am following the procedure outlined for designers, specifically using mftrace to trace the Metafont output.
However, it seems that the command to run Metafont is failing, and as a result, no .gf file is being produced, causing the subsequent file operations to fail. This problem occurs when I execute the following command:
Here is a snippet of the error message I am receiving:
The main error seems to stem from the gen_pixel_font function within mftrace, where the Metafont command does not successfully produce the expected .gf file. I have verified that both font.tfm and font.2602gf exist and are readable. Here are the details:
I have also run Metafont manually using the command:
which successfully generates font.600gf.
Could you provide guidance on resolving this issue?
The text was updated successfully, but these errors were encountered: