[Scummvm-git-logs] scummvm master -> 30afd1feed5bb82a057b26d640c886d4492832ee
antoniou79
antoniou at cti.gr
Wed Nov 6 21:36:43 CET 2019
This automated email contains information about 3 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
0a56f70424 I18N: Remove requirement for Drachma sign from ISO-8859-7 cp
8b0dd72436 I18N: Regenerate translations data file (Nov 06 2019)
30afd1feed GUI: THEMES: FONTS: helvB12 greek should be 75 dip not 100
Commit: 0a56f7042451dac61e9d8915e5b354a32d5efb4f
https://github.com/scummvm/scummvm/commit/0a56f7042451dac61e9d8915e5b354a32d5efb4f
Author: Thanasis Antoniou (a.antoniou79 at gmail.com)
Date: 2019-11-06T21:59:16+02:00
Commit Message:
I18N: Remove requirement for Drachma sign from ISO-8859-7 cp
This glyph (U+20AF) is not really used in Greek text (ever)
Marking it as required was breaking the TTF support for Greek in the themes that use scalable fonts, since most (if not all) of our ttf fonts in fonts.dat are missing that particular glyph (and only that).
Changed paths:
po/iso-8859-7.cp
diff --git a/po/iso-8859-7.cp b/po/iso-8859-7.cp
index b5940a2..6a33a45 100644
--- a/po/iso-8859-7.cp
+++ b/po/iso-8859-7.cp
@@ -205,7 +205,7 @@
163
# 0xA4 (164)
8364
-8367
+165 0 # was: 8367. Not required and it is missing from our TTF fonts ( "DRACHMA SIGN" (U+20AF))
166
167
# 0xA8 (168)
Commit: 8b0dd72436524816a7abc4d597363c26f51669bb
https://github.com/scummvm/scummvm/commit/8b0dd72436524816a7abc4d597363c26f51669bb
Author: Thanasis Antoniou (a.antoniou79 at gmail.com)
Date: 2019-11-06T22:13:00+02:00
Commit Message:
I18N: Regenerate translations data file (Nov 06 2019)
Changed paths:
gui/themes/translations.dat
diff --git a/gui/themes/translations.dat b/gui/themes/translations.dat
index fb3544d..3e816fd 100644
Binary files a/gui/themes/translations.dat and b/gui/themes/translations.dat differ
Commit: 30afd1feed5bb82a057b26d640c886d4492832ee
https://github.com/scummvm/scummvm/commit/30afd1feed5bb82a057b26d640c886d4492832ee
Author: Thanasis Antoniou (a.antoniou79 at gmail.com)
Date: 2019-11-06T22:35:53+02:00
Commit Message:
GUI: THEMES: FONTS: helvB12 greek should be 75 dip not 100
Changed paths:
gui/themes/fonts/helvB12-iso-8859-7.bdf
gui/themes/scummclassic.zip
gui/themes/scummclassic/helvb12-iso-8859-7.fcc
gui/themes/scummmodern.zip
gui/themes/scummmodern/helvb12-iso-8859-7.fcc
gui/themes/scummremastered.zip
gui/themes/scummremastered/helvb12-iso-8859-7.fcc
diff --git a/gui/themes/fonts/helvB12-iso-8859-7.bdf b/gui/themes/fonts/helvB12-iso-8859-7.bdf
index 6b9ef7b..8de1b2d 100644
--- a/gui/themes/fonts/helvB12-iso-8859-7.bdf
+++ b/gui/themes/fonts/helvB12-iso-8859-7.bdf
@@ -1,5 +1,5 @@
STARTFONT 2.1
-FONT -Adobe-Helvetica-Bold-R-Normal--12-90-100-100-P-70-ISO8859-7
+FONT -Adobe-Helvetica-Bold-R-Normal--12-120-75-75-P-70-ISO8859-7
SIZE 12 75 75
FONTBOUNDINGBOX 14 15 -3 -4
COMMENT "Generated by fontforge, http://fontforge.sourceforge.net"
@@ -39,9 +39,9 @@ SLANT "R"
SETWIDTH_NAME "Normal"
ADD_STYLE_NAME ""
PIXEL_SIZE 12
-POINT_SIZE 90
-RESOLUTION_X 100
-RESOLUTION_Y 100
+POINT_SIZE 120
+RESOLUTION_X 75
+RESOLUTION_Y 75
SPACING "P"
AVERAGE_WIDTH 70
CHARSET_REGISTRY "ISO8859"
diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip
index be92188..b59e9b0 100644
Binary files a/gui/themes/scummclassic.zip and b/gui/themes/scummclassic.zip differ
diff --git a/gui/themes/scummclassic/helvb12-iso-8859-7.fcc b/gui/themes/scummclassic/helvb12-iso-8859-7.fcc
index 0b64652..bffde39 100644
Binary files a/gui/themes/scummclassic/helvb12-iso-8859-7.fcc and b/gui/themes/scummclassic/helvb12-iso-8859-7.fcc differ
diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip
index aa994e6..7506446 100644
Binary files a/gui/themes/scummmodern.zip and b/gui/themes/scummmodern.zip differ
diff --git a/gui/themes/scummmodern/helvb12-iso-8859-7.fcc b/gui/themes/scummmodern/helvb12-iso-8859-7.fcc
index 0b64652..bffde39 100644
Binary files a/gui/themes/scummmodern/helvb12-iso-8859-7.fcc and b/gui/themes/scummmodern/helvb12-iso-8859-7.fcc differ
diff --git a/gui/themes/scummremastered.zip b/gui/themes/scummremastered.zip
index 6201e9f..b4f7c0e 100644
Binary files a/gui/themes/scummremastered.zip and b/gui/themes/scummremastered.zip differ
diff --git a/gui/themes/scummremastered/helvb12-iso-8859-7.fcc b/gui/themes/scummremastered/helvb12-iso-8859-7.fcc
index 0b64652..bffde39 100644
Binary files a/gui/themes/scummremastered/helvb12-iso-8859-7.fcc and b/gui/themes/scummremastered/helvb12-iso-8859-7.fcc differ
More information about the Scummvm-git-logs
mailing list