[Scummvm-git-logs] scummvm master -> dd0c97cb1ae5dc1a5c9866563ce326a28f499a9e

sev- sev at scummvm.org
Thu Sep 17 11:58:12 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
dd0c97cb1a GUI: Added Hindi fonts


Commit: dd0c97cb1ae5dc1a5c9866563ce326a28f499a9e
    https://github.com/scummvm/scummvm/commit/dd0c97cb1ae5dc1a5c9866563ce326a28f499a9e
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-09-17T13:55:08+02:00

Commit Message:
GUI: Added Hindi fonts

Changed paths:
  A gui/themes/fonts/NotoSans-Bold.ttf
  A gui/themes/fonts/NotoSans-Regular.ttf
    dists/engine-data/fonts.dat
    gui/themes/scummmodern/scummmodern_gfx.stx
    gui/themes/scummremastered.zip
    gui/themes/scummremastered/remastered_gfx.stx


diff --git a/dists/engine-data/fonts.dat b/dists/engine-data/fonts.dat
index 3d1afbea18..4632f9d88e 100644
Binary files a/dists/engine-data/fonts.dat and b/dists/engine-data/fonts.dat differ
diff --git a/gui/themes/fonts/NotoSans-Bold.ttf b/gui/themes/fonts/NotoSans-Bold.ttf
new file mode 100644
index 0000000000..54ad879b41
Binary files /dev/null and b/gui/themes/fonts/NotoSans-Bold.ttf differ
diff --git a/gui/themes/fonts/NotoSans-Regular.ttf b/gui/themes/fonts/NotoSans-Regular.ttf
new file mode 100644
index 0000000000..10589e277e
Binary files /dev/null and b/gui/themes/fonts/NotoSans-Regular.ttf differ
diff --git a/gui/themes/scummmodern/scummmodern_gfx.stx b/gui/themes/scummmodern/scummmodern_gfx.stx
index 4c08781d28..02d7719b63 100644
--- a/gui/themes/scummmodern/scummmodern_gfx.stx
+++ b/gui/themes/scummmodern/scummmodern_gfx.stx
@@ -131,6 +131,7 @@
 				<language id = 'jp'  scalable_file = 'NotoSansJP-Bold.otf'/>
 				<language id = 'ko'  scalable_file = 'NotoSansKR-Bold.otf'/>
 				<language id = 'zh*' scalable_file = 'NotoSansTC-Bold.otf'/>
+				<language id = 'hi'  scalable_file = 'NotoSans-Bold.ttf'/>
 				<language id = '*'   scalable_file = 'FreeSansBold.ttf'/>
 		</font>
 		<font	resolution = 'y<400'
@@ -140,6 +141,7 @@
 				<language id = 'jp'  scalable_file = 'NotoSansJP-Regular.otf'/>
 				<language id = 'ko'  scalable_file = 'NotoSansKR-Regular.otf'/>
 				<language id = 'zh*' scalable_file = 'NotoSansTC-Regular.otf'/>
+				<language id = 'hi'  scalable_file = 'NotoSans-Regular.ttf'/>
 				<language id = '*'   scalable_file = 'FreeSans.ttf'/>
 		</font>
 		<font	id = 'text_button'
@@ -147,6 +149,7 @@
 				<language id = 'jp'  scalable_file = 'NotoSansJP-Bold.otf'/>
 				<language id = 'ko'  scalable_file = 'NotoSansKR-Bold.otf'/>
 				<language id = 'zh*' scalable_file = 'NotoSansTC-Bold.otf'/>
+				<language id = 'hi'  scalable_file = 'NotoSans-Bold.ttf'/>
 				<language id = '*'   scalable_file = 'FreeSansBold.ttf'/>
 		</font>
 		<font	resolution = 'y<400'
@@ -156,6 +159,7 @@
 				<language id = 'jp'  scalable_file = 'NotoSansJP-Regular.otf'/>
 				<language id = 'ko'  scalable_file = 'NotoSansKR-Regular.otf'/>
 				<language id = 'zh*' scalable_file = 'NotoSansTC-Regular.otf'/>
+				<language id = 'hi'  scalable_file = 'NotoSans-Regular.ttf'/>
 				<language id = '*'   scalable_file = 'FreeSans.ttf'/>
 		</font>
 		<font	id = 'text_normal'
@@ -163,6 +167,7 @@
 				<language id = 'jp'  scalable_file = 'NotoSansJP-Regular.otf'/>
 				<language id = 'ko'  scalable_file = 'NotoSansKR-Regular.otf'/>
 				<language id = 'zh*' scalable_file = 'NotoSansTC-Regular.otf'/>
+				<language id = 'hi'  scalable_file = 'NotoSans-Regular.ttf'/>
 				<language id = '*'   scalable_file = 'FreeSans.ttf'/>
 		</font>
 		<font	resolution = 'y<400'
@@ -172,6 +177,7 @@
 				<language id = 'jp'  scalable_file = 'NotoSansJP-Regular.otf'/>
 				<language id = 'ko'  scalable_file = 'NotoSansKR-Regular.otf'/>
 				<language id = 'zh*' scalable_file = 'NotoSansTC-Regular.otf'/>
+				<language id = 'hi'  scalable_file = 'NotoSans-Regular.ttf'/>
 				<language id = '*'   scalable_file = 'FreeSans.ttf'/>
 		</font>
 		<font	id = 'tooltip_normal'
@@ -180,6 +186,7 @@
 				<language id = 'jp'  scalable_file = 'NotoSansJP-Regular.otf'/>
 				<language id = 'ko'  scalable_file = 'NotoSansKR-Regular.otf'/>
 				<language id = 'zh*' scalable_file = 'NotoSansTC-Regular.otf'/>
+				<language id = 'hi'  scalable_file = 'NotoSans-Regular.ttf'/>
 				<language id = '*'   scalable_file = 'FreeMonoBold.ttf'/>
 		</font>
 		<font	id = 'console'
diff --git a/gui/themes/scummremastered.zip b/gui/themes/scummremastered.zip
index d51af38ab8..0cecaa24ef 100644
Binary files a/gui/themes/scummremastered.zip and b/gui/themes/scummremastered.zip differ
diff --git a/gui/themes/scummremastered/remastered_gfx.stx b/gui/themes/scummremastered/remastered_gfx.stx
index d37f86bf57..86ce2a016c 100644
--- a/gui/themes/scummremastered/remastered_gfx.stx
+++ b/gui/themes/scummremastered/remastered_gfx.stx
@@ -133,6 +133,7 @@
 				<language id = 'jp'  scalable_file = 'NotoSansJP-Bold.otf'/>
 				<language id = 'ko'  scalable_file = 'NotoSansKR-Bold.otf'/>
 				<language id = 'zh*' scalable_file = 'NotoSansTC-Bold.otf'/>
+				<language id = 'hi'  scalable_file = 'NotoSans-Bold.ttf'/>
 				<language id = '*'   scalable_file = 'FreeSansBold.ttf'/>
 		</font>
 		<font	resolution = 'y<400'
@@ -142,6 +143,7 @@
 				<language id = 'jp'  scalable_file = 'NotoSansJP-Regular.otf'/>
 				<language id = 'ko'  scalable_file = 'NotoSansKR-Regular.otf'/>
 				<language id = 'zh*' scalable_file = 'NotoSansTC-Regular.otf'/>
+				<language id = 'hi'  scalable_file = 'NotoSans-Regular.ttf'/>
 				<language id = '*'   scalable_file = 'FreeSans.ttf'/>
 		</font>
 		<font	id = 'text_button'
@@ -149,6 +151,7 @@
 				<language id = 'jp'  scalable_file = 'NotoSansJP-Bold.otf'/>
 				<language id = 'ko'  scalable_file = 'NotoSansKR-Bold.otf'/>
 				<language id = 'zh*' scalable_file = 'NotoSansTC-Bold.otf'/>
+				<language id = 'hi'  scalable_file = 'NotoSans-Bold.ttf'/>
 				<language id = '*'   scalable_file = 'FreeSansBold.ttf'/>
 		</font>
 		<font	resolution = 'y<400'
@@ -158,6 +161,7 @@
 				<language id = 'jp'  scalable_file = 'NotoSansJP-Regular.otf'/>
 				<language id = 'ko'  scalable_file = 'NotoSansKR-Regular.otf'/>
 				<language id = 'zh*' scalable_file = 'NotoSansTC-Regular.otf'/>
+				<language id = 'hi'  scalable_file = 'NotoSans-Regular.ttf'/>
 				<language id = '*'   scalable_file = 'FreeSans.ttf'/>
 		</font>
 		<font	id = 'text_normal'
@@ -165,6 +169,7 @@
 				<language id = 'jp'  scalable_file = 'NotoSansJP-Regular.otf'/>
 				<language id = 'ko'  scalable_file = 'NotoSansKR-Regular.otf'/>
 				<language id = 'zh*' scalable_file = 'NotoSansTC-Regular.otf'/>
+				<language id = 'hi'  scalable_file = 'NotoSans-Regular.ttf'/>
 				<language id = '*'   scalable_file = 'FreeSans.ttf'/>
 		</font>
 		<font	resolution = 'y<400'
@@ -174,6 +179,7 @@
 				<language id = 'jp'  scalable_file = 'NotoSansJP-Regular.otf'/>
 				<language id = 'ko'  scalable_file = 'NotoSansKR-Regular.otf'/>
 				<language id = 'zh*' scalable_file = 'NotoSansTC-Regular.otf'/>
+				<language id = 'hi'  scalable_file = 'NotoSans-Regular.ttf'/>
 				<language id = '*'   scalable_file = 'FreeSans.ttf'/>
 		</font>
 		<font	id = 'tooltip_normal'
@@ -182,6 +188,7 @@
 				<language id = 'jp'  scalable_file = 'NotoSansJP-Regular.otf'/>
 				<language id = 'ko'  scalable_file = 'NotoSansKR-Regular.otf'/>
 				<language id = 'zh*' scalable_file = 'NotoSansTC-Regular.otf'/>
+				<language id = 'hi'  scalable_file = 'NotoSans-Regular.ttf'/>
 				<language id = '*'   scalable_file = 'FreeSans.ttf'/>
 		</font>
 		<font	id = 'console'




More information about the Scummvm-git-logs mailing list