[Bf-blender-cvs] [1a641b449a0] master: BLF: Replacement of Hebrew Font

Harley Acheson noreply at git.blender.org
Fri Sep 2 19:54:11 CEST 2022


Commit: 1a641b449a05e60c90bf3c2d221824f3b00aac39
Author: Harley Acheson
Date:   Fri Sep 2 10:52:20 2022 -0700
Branches: master
https://developer.blender.org/rB1a641b449a05e60c90bf3c2d221824f3b00aac39

BLF: Replacement of Hebrew Font

Replacement of our Hebrew font, which has bad variable weight default.

See D15846 for more details.

Differential Revision: https://developer.blender.org/D15846

Reviewed by Brecht Van Lommel

===================================================================

A	release/datafiles/fonts/NotoSansHebrew-Regular.woff2
D	release/datafiles/fonts/NotoSansHebrew-VariableFont_wdth,wght.woff2
M	source/blender/blenfont/intern/blf_font.c

===================================================================

diff --git a/release/datafiles/fonts/NotoSansHebrew-Regular.woff2 b/release/datafiles/fonts/NotoSansHebrew-Regular.woff2
new file mode 100644
index 00000000000..afbe2b7f62b
Binary files /dev/null and b/release/datafiles/fonts/NotoSansHebrew-Regular.woff2 differ
diff --git a/release/datafiles/fonts/NotoSansHebrew-VariableFont_wdth,wght.woff2 b/release/datafiles/fonts/NotoSansHebrew-VariableFont_wdth,wght.woff2
deleted file mode 100644
index 4f6033c916f..00000000000
Binary files a/release/datafiles/fonts/NotoSansHebrew-VariableFont_wdth,wght.woff2 and /dev/null differ
diff --git a/source/blender/blenfont/intern/blf_font.c b/source/blender/blenfont/intern/blf_font.c
index fb157c71172..c5040abb641 100644
--- a/source/blender/blenfont/intern/blf_font.c
+++ b/source/blender/blenfont/intern/blf_font.c
@@ -1450,7 +1450,7 @@ static const struct FaceDetails static_face_details[] = {
     {"NotoSansGeorgian-VariableFont_wdth,wght.woff2", TT_UCR_GEORGIAN, 0, 0, 0},
     {"NotoSansGujarati-Regular.woff2", TT_UCR_GUJARATI, 0, 0, 0},
     {"NotoSansGurmukhi-VariableFont_wdth,wght.woff2", TT_UCR_GURMUKHI, 0, 0, 0},
-    {"NotoSansHebrew-VariableFont_wdth,wght.woff2", TT_UCR_HEBREW, 0, 0, 0},
+    {"NotoSansHebrew-Regular.woff2", TT_UCR_HEBREW, 0, 0, 0},
     {"NotoSansJavanese-Regular.woff2", 0x80000003L, 0x2000L, 0, 0},
     {"NotoSansKannada-VariableFont_wdth,wght.woff2", TT_UCR_KANNADA, 0, 0, 0},
     {"NotoSansMalayalam-VariableFont_wdth,wght.woff2", TT_UCR_MALAYALAM, 0, 0, 0},



More information about the Bf-blender-cvs mailing list