[TIMOB-20339] iOS: Extend fontweight to include more options
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Peter Weilnau |
Assignee | Unknown |
Created | 2016-01-28T18:26:35.000+0000 |
Updated | 2018-02-28T19:55:44.000+0000 |
Description
Extend fontweight to include options such as light, ultralight, medium, etc... on iOS.
Only having regular, semibold, and bold severely limits design.
Hello, This could be a nice improvement for our platform if additional font width options like light, ultraLight, thin, medium, heavy is available for iOS platform. All of them are available for native iOS developer. Here is the Apple developer reference on [UIFontDescriptor Class](https://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIFontDescriptor_Class/index.html#//apple_ref/doc/constant_group/Font_Weights). Thanks.