[TIMOB-275] Using fontWeight and fontFamily in a layout
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-04-15T02:26:31.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Backlog |
Components | iOS |
Labels | font, fontfamily, fontweight, ios |
Reporter | Nolan Wright |
Assignee | Blain Hamon |
Created | 2011-04-15T02:26:31.000+0000 |
Updated | 2017-03-02T18:35:34.000+0000 |
Description
If an element has fontWeight:'bold', all other elements must explicitly set the fontWeight or they will inherit the bold property.
Using the fontFamily property on a row element negates the fontWeight property (i.e., fontFamily negates a bold fontWeight)
Not sure if this is still valid in this day and age... could be related strictly to the 0.8 HTML engine.
Changes in codebase have made this moot since then.
Closing as invalid.