"setKerning()" method? #13068
Replies: 2 comments
-
Getter/setter property methods have been removed as of Titanium 10.0.0 in favor of using the property itself. You should have been getting deprecation warning in the log about this in older Titanium versions. The only kerning feature that the Titanium SDK offers that I'm aware of is via attributes strings using the Perhaps the |
Beta Was this translation helpful? Give feedback.
-
You might have used this custom code: https://gist.github.com/rossmd/5904932 |
Beta Was this translation helpful? Give feedback.
-
I'm making updates to an app (that I didn't build -- originally used Titanium SDK 8.3.1 -- but now updating to 10.0.2) and setKerning() method is used all over the .JS... I'm not seeing any documentation if this was a Titanium specific method? or perhaps a custom method.
dateLabel.setKerning is not a function.
Beta Was this translation helpful? Give feedback.
All reactions