Automattic / Automattic/node-canvas

How can I change the rendering mode of FreeType? The current grayscale is not print-friendly.

Open
#2,569 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.