[Scummvm-git-logs] scummvm master -> 6a753db2373c0147e49b0921d7ceaf266eb2333f

sev- noreply at scummvm.org
Tue May 21 20:39:00 UTC 2024


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:
6a753db237 FONTS: Replaced Material Icons with a bigger font


Commit: 6a753db2373c0147e49b0921d7ceaf266eb2333f
    https://github.com/scummvm/scummvm/commit/6a753db2373c0147e49b0921d7ceaf266eb2333f
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-05-21T22:38:44+02:00

Commit Message:
FONTS: Replaced Material Icons with a bigger font

The file was renamed from "MaterialSymbolsSharp[FILL,GRAD,opsz,wght].ttf"

The upstream version taken is ace1af08508a6562ef05055a606cf44ea583ce3b
from May 17, 2024

Changed paths:
  A gui/themes/fonts/MaterialSymbolsSharp.ttf
  R gui/themes/fonts/MaterialIcons-Regular.ttf
    LICENSES/COPYING.Apache
    dists/engine-data/fonts.dat
    engines/director/debugtools.cpp


diff --git a/LICENSES/COPYING.Apache b/LICENSES/COPYING.Apache
index 59feb34f6ae..6c46acaee00 100644
--- a/LICENSES/COPYING.Apache
+++ b/LICENSES/COPYING.Apache
@@ -2,7 +2,7 @@
 NOTE: This license file only applies to the fillowing files distributed
 along with our theme files:
 
- * MaterialIcons-Regular.ttf
+ * MaterialSymbolsSharp.ttf
 
                                  Apache License
                            Version 2.0, January 2004
diff --git a/dists/engine-data/fonts.dat b/dists/engine-data/fonts.dat
index 36f2e110d36..720ad922ec7 100644
Binary files a/dists/engine-data/fonts.dat and b/dists/engine-data/fonts.dat differ
diff --git a/engines/director/debugtools.cpp b/engines/director/debugtools.cpp
index 7310508dfa6..4a80221d0cb 100644
--- a/engines/director/debugtools.cpp
+++ b/engines/director/debugtools.cpp
@@ -2118,7 +2118,7 @@ void onImGuiInit() {
 	icons_config.GlyphOffset = {0, 5};
 
 	static const ImWchar icons_ranges[] = {0xE000, 0xF8FF, 0};
-	ImGui::addTTFFontFromArchive("MaterialIcons-Regular.ttf", 16.f, &icons_config, icons_ranges);
+	ImGui::addTTFFontFromArchive("MaterialSymbolsSharp.ttf", 16.f, &icons_config, icons_ranges);
 
 	_state = new ImGuiState();
 
diff --git a/gui/themes/fonts/MaterialIcons-Regular.ttf b/gui/themes/fonts/MaterialIcons-Regular.ttf
deleted file mode 100644
index 9d09b0feb85..00000000000
Binary files a/gui/themes/fonts/MaterialIcons-Regular.ttf and /dev/null differ
diff --git a/gui/themes/fonts/MaterialSymbolsSharp.ttf b/gui/themes/fonts/MaterialSymbolsSharp.ttf
new file mode 100644
index 00000000000..3caa0531451
Binary files /dev/null and b/gui/themes/fonts/MaterialSymbolsSharp.ttf differ




More information about the Scummvm-git-logs mailing list