[TIMOB-7823] iOS: Place fonts in Resources/fonts for Android parity
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2013-08-05T23:27:44.000+0000 |
Affected Version/s | Release 1.8.0.1 |
Fix Version/s | n/a |
Components | iOS |
Labels | parity |
Reporter | Stephen Tramer |
Assignee | Ingo Muschenetz |
Created | 2012-02-27T11:18:28.000+0000 |
Updated | 2017-03-16T21:29:36.000+0000 |
Description
Currently, iOS only checks for custom fonts in
Resources
and Android checks in Resources/fonts
. We need to make sure that both platforms are checking both places. For iOS this will have to happen during build.
*NOTE:* This issue may only affect simulator but will have an influence on how TIMOB-7824 is resolved.
Testing
---- You will need to build an app with custom fonts inResources/fonts
, and follow the https://wiki.appcelerator.org/display/guides/Custom+Fonts instructions (if necessary; custom font building may be fixed before this ticket)
iOS, Mobile Web, and soon Android builds will allow fonts to live anywhere in the resources directory, thus this ticket is no longer applicable.
Closing ticket as the issue won't fix.