Skip to content

[Image Rendering] Scale fonts in labels  #10

@marianopeck

Description

@marianopeck

Would be nice to have HiDPI scaling to the text used for labels (it looks pixeled now). See:

CgPixmap>>#isAutoScalable
    ^false

You may try to create subclass and override this method (but I'm not sure about the result).
Second way is apply for current gc a scaled font. Something like:

DPIScaler autoScaleObject: aCurrentFont for: aCurrentAutoScaleContext.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions