[request] Turn on font aliasing in Windows version
Bug #515592 reported by
Brian
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SikuliX |
In Progress
|
Medium
|
RaiMan |
Bug Description
The large font of the main IDE window looks pretty nasty where compared to the nicely rendered fonts on your Mac samples.
Changed in sikuli: | |
status: | New → Fix Committed |
summary: |
- Feature Request: Turn on font aliasing in Windows version + [request] Turn on font aliasing in Windows version |
Changed in sikuli: | |
importance: | Undecided → Wishlist |
Changed in sikuli: | |
importance: | Wishlist → Low |
assignee: | nobody → RaiMan (raimund-hocke) |
milestone: | none → x1.0 |
tags: | added: ide |
Changed in sikuli: | |
importance: | Low → High |
To post a comment you must log in.
To be checked about performance:
((Graphics2D) g).setRendering Hint ts.KEY_ ANTIALIASING, ts.VALUE_ ANTIALIAS_ ON);
(RenderingHin
RenderingHin