Skip to content

Can I use font and drawText ? #8

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

Closed
kaibadash opened this issue Nov 16, 2019 · 1 comment
Closed

Can I use font and drawText ? #8

kaibadash opened this issue Nov 16, 2019 · 1 comment

Comments

@kaibadash
Copy link

I tried this:

const exec = require('child_process').exec;
exec('convert -list font', (err, stdout, stderr) => {
  console.log(stdout, err, stderr);
});

I got empty.
And drawText was ignored.

@gojko
Copy link
Contributor

gojko commented Nov 16, 2019

you'll need to include freetype support, see #6

@gojko gojko closed this as completed Nov 16, 2019
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

2 participants