[TIMOB-19948] Windows: Use font cache for TextArea and Button
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-11-23T14:40:57.000+0000 |
Affected Version/s | Release 5.1.0 |
Fix Version/s | Release 5.2.0 |
Components | Windows |
Labels | n/a |
Reporter | Kota Iguchi |
Assignee | Kota Iguchi |
Created | 2015-11-13T04:59:43.000+0000 |
Updated | 2016-02-19T23:24:10.000+0000 |
Description
As of [PR 433](https://github.com/appcelerator/titanium_mobile_windows/pull/433), font cache is introduced to improve font lookup, but
TextArea
and Button
are not using it. Make sure to use TitaniumWindows::UI::ViewHelper::SetFont
for the font lookup.
https://github.com/appcelerator/titanium_mobile_windows/pull/477
Test Cases:
There are no test cases that QE can run, because this is internal changes only.Closing as per comment from [~kota]