[TIMOB-782] Text still anti-aliasing
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-04-17T01:54:13.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 1.3.0 |
| Components | iOS |
| Labels | n/a |
| Reporter | Stephen Tramer |
| Assignee | Stephen Tramer |
| Created | 2011-04-15T02:36:19.000+0000 |
| Updated | 2011-04-17T01:54:13.000+0000 |
Description
Switch tabs and look at the second message that comes up. It will always be anti-aliased.
Anti-aliasing is a severe arms race. We may not always be able to adjust the label's frame/boundary so that it lies on a whole number, and the current code is good, just not good enough.
(from [94228087112a8af637b474d412ca555e571ff710]) Closes #782: Even more handling of ridiculous corner cases. Users can now set 'allowAntialiasing' to TRUE and just handle adjustments manually themselves; otherwise, accurately drawing labels may be too slow (the default, to be safe, is to be slow.) http://github.com/appcelerator/titanium_mobile/commit/94228087112a8af637b474d412ca555e571ff710"> http://github.com/appcelerator/titanium_mobile/commit/94228087112a8...