Skip to content

Instantly share code, notes, and snippets.

@KentarouKanno
Last active February 26, 2017 03:54
Show Gist options
  • Save KentarouKanno/916cb6e0b47d10ff2eeac3204304f824 to your computer and use it in GitHub Desktop.
Save KentarouKanno/916cb6e0b47d10ff2eeac3204304f824 to your computer and use it in GitHub Desktop.
UIFontDescripter

UIFontDescripter

let labe = UILabel()
labe.font = UIFont.systemFont(ofSize: 11, weight: UIFontWeightUltraLight)

/*
 UIFontWeightUltraLight  -0.800000011920929
 UIFontWeightThin        -0.600000023841858
 UIFontWeightLight       -0.400000005960464
 UIFontWeightRegular      0.0
 UIFontWeightMedium       0.230000004172325
 UIFontWeightSemibold     0.300000011920929
 UIFontWeightBold         0.400000005960464
 UIFontWeightHeavy        0.560000002384186
 UIFontWeightBlack        0.620000004768372
 */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment