Compare commits

...

2 Commits

Author SHA1 Message Date
Lea Anthony
5cd08e45f0 v2.0.0-alpha.20 2021-01-31 22:50:01 +11:00
Lea Anthony
c2d03f0e6e Update NSFontWeightRegular to float const 2021-01-31 22:49:29 +11:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
package main
var version = "v2.0.0-alpha.19"
var version = "v2.0.0-alpha.20"

View File

@@ -22,7 +22,7 @@ typedef struct _NSRange {
#define NSFontWeightUltraLight -0.8
#define NSFontWeightThin -0.6
#define NSFontWeightLight -0.4
#define NSFontWeightRegular 0
#define NSFontWeightRegular 0.0
#define NSFontWeightMedium 0.23
#define NSFontWeightSemibold 0.3
#define NSFontWeightBold 0.4