Automattic / Automattic/node-canvas
Font rendering problem
- Dominant language
- JavaScript
- Stars
- 10.7k
- Forks
- 1.2k
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 1
Description
## Issue or Feature
Render effect under browser:

CreatePNGStream is called on the server to output the image effect:

Dockerfile
`
RUN sudo yum install -y pixman cairo-devel libjpeg-turbo-devel libpng-devel pango-devel freetype-devel fontconfig-devel
ADD fonts.tgz /usr/share
RUN cd /usr/share/fonts/ && sudo fc-cache -fv
`
locale -a
`
hi_IN
hi_IN.utf8
thai
th_TH
th_TH.tis620
th_TH.utf8
`
So it should not be the lack of language packs that causes the problem
## Environment
* Version of node-canvas@1.6.12
* Environment node v8.9.4 on centos 7
* pango-devel@1.36.8
* cairo-devel@1.14.2
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.