[TIMOB-13154] iOS: Allow labels to have customizable font kerning
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2019-08-22T16:56:50.000+0000 |
Affected Version/s | Release 3.0.2 |
Fix Version/s | n/a |
Components | iOS |
Labels | supportTeam |
Reporter | Betty Tran |
Assignee | Vijay Singh |
Created | 2013-03-21T19:12:05.000+0000 |
Updated | 2019-08-22T16:56:50.000+0000 |
Description
Allow the customization of font kerning in labels.
Please see this: http://stackoverflow.com/questions/7370013/how-to-set-kerning-in-iphone-uilabel for more information.
Is it okay that this kerning will be ignored in iOS 5? NSAttributedString support for this is iOS-6 only.
I really need font kerning for our company's newest app. I was able to add the functionality by modifying the SDK: https://gist.github.com/rossman66/5904932
This is already supported in Titanium. See doc [here](https://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI-property-ATTRIBUTE_KERN).