kaiserfarrell / core-plot

Automatically exported from code.google.com/p/core-plot
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Improve text rendering quality #486

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Text rendered by coreplot suffers from the lack of support for subsampling in 
core animation layers, especially when there's no background set when text is 
rendered. This leads to a very visible decrease of rendering quality, 
especially if there's other content rendered by standard code/controls (e.g. 
NSTextField with a background set). It's beyond me why Apply did not come up 
with a solution for this problem (which also affects layer-backed views).

It would be great if coreplot could find a way to properly render text (maybe 
by compositing the text output in memory before writing it to the layer). This 
will probably decrease rendering speed and should therefore be switchable 
(especially when doing animations).

Original issue reported on code.google.com by mike.lischke on 18 Dec 2012 at 9:32

GoogleCodeExporter commented 8 years ago

Original comment by eskr...@mac.com on 19 Dec 2012 at 1:41

GoogleCodeExporter commented 8 years ago
That seems to be fixed by the changeset that fixed Issue #485.

Original comment by mike.lischke on 31 Dec 2012 at 4:50

GoogleCodeExporter commented 8 years ago

Original comment by eskr...@mac.com on 31 Dec 2012 at 8:27