Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-782] Text still anti-aliasing

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:54:13.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.3.0
ComponentsiOS
Labelsn/a
ReporterStephen Tramer
AssigneeStephen Tramer
Created2011-04-15T02:36:19.000+0000
Updated2011-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.

Comments

  1. Jeff Haynie 2011-04-15

    (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...

JSON Source