Skip to content

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

@shikun93

Description

@shikun93
 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions