From 68e341e9d59ae917eba992591f4f60660f6c58ff Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Mon, 17 Feb 2020 14:07:18 +0100 Subject: UI: remove non-unicode font and simplify default font loading code There is no need to have another font embedded in the Blender executable, we can assume the bundled font exists. In the future we may provide a fallback if the font specified by the user in the preferences is missing a character, but that can use our bundled international font. Differential Revision: https://developer.blender.org/D6854 --- source/blender/editors/datafiles/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/editors/datafiles/CMakeLists.txt') diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt index 1b147663a7e..1bc0465424d 100644 --- a/source/blender/editors/datafiles/CMakeLists.txt +++ b/source/blender/editors/datafiles/CMakeLists.txt @@ -766,8 +766,6 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES ) data_to_c_simple(../../../../release/datafiles/bfont.pfb SRC) -data_to_c_simple(../../../../release/datafiles/bfont.ttf SRC) -data_to_c_simple(../../../../release/datafiles/bmonofont.ttf SRC) if(WITH_BLENDER) # blender only (not player) -- cgit v1.2.3