You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 or agg demo.cast demo.gif --font-family "Cascadia Mono"
Return 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:
OS: Prooted ARM Arch Linux in Termux
agg: 1.4.2
Additional context
-
The text was updated successfully, but these errors were encountered:
I was having similar issues in Termux. The fix for me was putting --font-dir=~/.termux
Pointing to this font dir path found & used the fonts.
Example: agg --font-dir=~/.termux demo.cast demo.gif
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: