-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
agg failed on using default font or stuck when using custom font #54
Comments
By stuck you mean it hangs, never finishes? Can you show the output of the agg command with |
I was having similar issues in Termux. The fix for me was putting |
@mbekkomo you can try recently released agg 1.5.0 (https://github.com/asciinema/agg/releases/tag/v1.5.0) which handles font loading and rendering much better. |
May you can add a prompt for the specified font directory to the error message, which can be patched separately in the termux-package. |
Describe the bug
agg
failed on using default font or stuck when using custom font.To Reproduce
Steps to reproduce the behavior:
agg demo.cast demo.gif
oragg demo.cast demo.gif --font-family "Cascadia Mono"
Error: no faces matching font families JetBrains Mono,Fira Code,SF Mono,Menlo,Consolas,DejaVu Sans Mono,Liberation Mono
or stuck if font provided into--font-family
is exist.Expected behavior
Convert asciicast file into a gif file.
Versions:
Additional context
-
The text was updated successfully, but these errors were encountered: