Issue:
Tried different combinations in the fontFamily field in the tss (shown in the sample project) and none of them work.
App can be downloaded from :
https://propelics.box.com/s/sznwb7l7t19gcl7wpmksz1qkz2qisqbk
REPRODUCE
1. Create a simple app like attached : [
https://propelics.box.com/s/sznwb7l7t19gcl7wpmksz1qkz2qisqbk]
2. Run it on Windows.
3. You will not see the expected fonts at app launch.
ACTUAL RESULT
Fonts are not shows as set in tss file for different labels.
EXPECTED RESULT
The labels should be displayed with fonts set in the tss.
Note:
Tried placing the font files in both:
- app/assets/windows
and
- app/assets/windows/fonts but nothing worked.
master: https://github.com/appcelerator/titanium_mobile_windows/pull/930
Fixed, can be done by specifying font file name explicitly.
*TODO*: Update docs http://docs.appcelerator.com/platform/latest/#!/api/Font
Verified fix with the test code provided by [~gmathews] in https://github.com/appcelerator/titanium_mobile_windows/pull/930. Was able to see different fonts being rendered on the latest build on the 6.1.0. SDK. Before : *6.0.0.GA* !6.0.0.GA.PNG|thumbnail! After: *6.1.0.v20170126143826* !6.1.0.v20170126143826.PNG|thumbnail! *Environment*