Oops, accidentally chopped off a hex digit from one of the ctweights values. Fixed (manually).
This commit is contained in:
parent
48594e3cd1
commit
0a1b5ff6a8
|
@ -318,7 +318,7 @@ do401AndUp:
|
|||
}
|
||||
return float32as(0.250000, 0x3e800000), true
|
||||
}
|
||||
return float32as(0.230000, 0x3e6b851), true
|
||||
return float32as(0.230000, 0x3e6b851f), true
|
||||
|
||||
do601AndUp:
|
||||
if usWeightClass > 700 {
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
0.000000 0x0 "w4"
|
||||
0.000000 0x0 registered OS2 weights 4, 301 - 400
|
||||
0.000000 0x0 default
|
||||
0.230000 0x3e6b851 registered OS2 weights 5, 401 - 500
|
||||
0.230000 0x3e6b851f registered OS2 weights 5, 401 - 500
|
||||
0.230000 0x3e6b851f registered subfamily abbr "M"
|
||||
0.230000 0x3e6b851f "Medium"
|
||||
0.230000 0x3e6b851f "W5"
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
0.000000 0x0 "w4"
|
||||
0.000000 0x0 4, 301 - 400
|
||||
0.000000 0x0 default
|
||||
0.230000 0x3e6b851 5, 401 - 500
|
||||
0.230000 0x3e6b851f 5, 401 - 500
|
||||
0.230000 0x3e6b851f "M"
|
||||
0.230000 0x3e6b851f "Medium"
|
||||
0.230000 0x3e6b851f "W5"
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
-0.500000 0xbf000000 2, 101 - 200
|
||||
-0.400000 0xbecccccd 3, 201 - 300
|
||||
0.000000 0x0 4, 301 - 400
|
||||
0.230000 0x3e6b851 5, 401 - 500
|
||||
0.230000 0x3e6b851f 5, 401 - 500
|
||||
0.250000 0x3e800000 6, 501 - 600
|
||||
0.400000 0x3ecccccd 7, 601 - 700
|
||||
0.500000 0x3f000000 8, 701 - 800
|
||||
|
|
|
@ -76,7 +76,7 @@ registered font, OS2 weights; table length >= 78
|
|||
2, 101 - 200: float32as(-0.500000, 0xbf000000)
|
||||
3, 201 - 300: float32as(-0.400000, 0xbecccccd)
|
||||
4, 301 - 400: float32as(0.000000, 0x0)
|
||||
5, 401 - 500: float32as(0.230000, 0x3e6b851)
|
||||
5, 401 - 500: float32as(0.230000, 0x3e6b851f)
|
||||
6, 501 - 600: float32as(0.250000, 0x3e800000)
|
||||
7, 601 - 700: float32as(0.400000, 0x3ecccccd)
|
||||
8, 701 - 800: float32as(0.500000, 0x3f000000)
|
||||
|
|
Loading…
Reference in New Issue