From 0a1b5ff6a867409c207f4c6516fe7d7ab6e5b185 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 31 Oct 2017 22:48:02 -0400 Subject: [PATCH] Oops, accidentally chopped off a hex digit from one of the ctweights values. Fixed (manually). --- doc/export/ctweights | 2 +- doc/export/ctweightsannotated | 2 +- doc/export/ctweightsprocessed | 2 +- doc/export/ctweightsraw | 2 +- doc/export/ctweightvalues | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/export/ctweights b/doc/export/ctweights index f9feb90b..0bdbd0d4 100644 --- a/doc/export/ctweights +++ b/doc/export/ctweights @@ -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 { diff --git a/doc/export/ctweightsannotated b/doc/export/ctweightsannotated index 23db5436..8df56f25 100644 --- a/doc/export/ctweightsannotated +++ b/doc/export/ctweightsannotated @@ -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" diff --git a/doc/export/ctweightsprocessed b/doc/export/ctweightsprocessed index d3ec018f..fe315cc7 100644 --- a/doc/export/ctweightsprocessed +++ b/doc/export/ctweightsprocessed @@ -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" diff --git a/doc/export/ctweightsraw b/doc/export/ctweightsraw index 0eda5021..502d473e 100644 --- a/doc/export/ctweightsraw +++ b/doc/export/ctweightsraw @@ -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 diff --git a/doc/export/ctweightvalues b/doc/export/ctweightvalues index 24f5fe91..acbcb794 100644 --- a/doc/export/ctweightvalues +++ b/doc/export/ctweightvalues @@ -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)