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

No available fonts in moviepy #426

Closed
pierreGH opened this issue Feb 20, 2017 · 3 comments
Closed

No available fonts in moviepy #426

pierreGH opened this issue Feb 20, 2017 · 3 comments

Comments

@pierreGH
Copy link

pierreGH commented Feb 20, 2017

I've been using moviepy without problem for about one year now.

I recently tried to create a Textclip with the "Helvetica-Bold" font, which is display in 'convert' font list. It used to work a couple of months ago, but do not work anymore (the font is replaced by a serif one).

The main (only?) difference in my configuration is that I upgraded Imagemagick 6 to 7 in the meantime.

print(TextClip.list('fonts')) --> none
convert -list font            --> a dozen of fonts

It might not be related to imagemagick since I did not use moviepy for a while.

Any idea someone?

@ghost
Copy link

ghost commented Feb 21, 2017

I believe you want to use TextClip.list('font')
'font' not 'fonts'
When I run this I get an error, do you?

@ghost
Copy link

ghost commented Feb 21, 2017

PR #306 should fix this issue.

@pierreGH
Copy link
Author

Yes indeed.
And my problem is elsewhere. I got Imagemagick installed without any freefont delegate.

I re-installed, and things are now OK.

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

No branches or pull requests

1 participant