Module: wine Branch: stable Commit: 40b962f9ef34f166b637b1ee6c545d000c7815ac URL: https://source.winehq.org/git/wine.git/?a=commit;h=40b962f9ef34f166b637b1ee6...
Author: Anton Baskanov baskanov@gmail.com Date: Sun Aug 29 21:06:25 2021 +0700
fonts: Fix dotaccent glyph position in Small Fonts.
Signed-off-by: Anton Baskanov baskanov@gmail.com Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org (cherry picked from commit 80ef009fc123773ea118f3df57d54f727cab6893) Signed-off-by: Michael Stefaniuc mstefani@winehq.org
---
fonts/small_fonts.sfd | 2 +- fonts/small_fonts.ttf | Bin 19068 -> 19068 bytes 2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/fonts/small_fonts.sfd b/fonts/small_fonts.sfd index 28dcee28e12..e8494c8dc8e 100644 --- a/fonts/small_fonts.sfd +++ b/fonts/small_fonts.sfd @@ -4638,7 +4638,7 @@ BDFChar: 281 369 5 1 4 0 7 :nRfMOH>QC BDFChar: 282 355 3 1 2 -2 5 JA?\cJ3ZB8 -BDFChar: 283 729 2 0 0 10 10 +BDFChar: 283 729 2 0 0 8 8 J,fQL BDFChar: 284 8470 9 0 8 0 6 `;mo.V#[:kQ[k;#MuWhX diff --git a/fonts/small_fonts.ttf b/fonts/small_fonts.ttf index a35230941a7..0e5e7f4127b 100644 Binary files a/fonts/small_fonts.ttf and b/fonts/small_fonts.ttf differ