Commit 3966140
bfix: Explicitly set font smoothing to true in Quartz (#63)
* bfix: Explicitly set font smoothing to true in Quartz
* [rfac][feat] Set font smoothing in initializer instead of text draw method, add `fontSmoothing` property to `QuartzRenderer` and update all Quartz reference images
Font smoothing is turned off by default.
* Set `setAllowsFontSmoothing` to true and change `fontSmoothing` initializer to be a property observer instad1 parent 176924a commit 3966140
File tree
30 files changed
+8
-0
lines changed- Sources/QuartzRenderer
- Tests/SwiftPlotTests/Reference/quartz
30 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
| |||
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
| 38 | + | |
| 39 | + | |
34 | 40 | | |
35 | 41 | | |
36 | 42 | | |
| |||
55 | 61 | | |
56 | 62 | | |
57 | 63 | | |
| 64 | + | |
| 65 | + | |
58 | 66 | | |
59 | 67 | | |
60 | 68 | | |
| |||
Loading
0 commit comments