Automattic / Automattic/node-canvas
How can I change the rendering mode of FreeType? The current grayscale is not print-friendly.
Open
Question
- Dominant language
- JavaScript
- Stars
- 10.7k
- Forks
- 1.2k
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 1
Description
ctx.antialias = 'none';
ctx.quality = "nearest";
ctx.textDrawingMode = "glyph";
not work!
FreeType generates text with clearer strokes. but
However, I don't know how to modify the underlying text rendering mode.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.