You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +00:00
Merge pull request #32956 from volzhs/invalid-bold
Fix validating editor bold font
This commit is contained in:
@@ -64,7 +64,7 @@
|
|||||||
Ref<DynamicFont> m_name; \
|
Ref<DynamicFont> m_name; \
|
||||||
m_name.instance(); \
|
m_name.instance(); \
|
||||||
m_name->set_size(m_size); \
|
m_name->set_size(m_size); \
|
||||||
if (CustomFont.is_valid()) { \
|
if (CustomFontBold.is_valid()) { \
|
||||||
m_name->set_font_data(CustomFontBold); \
|
m_name->set_font_data(CustomFontBold); \
|
||||||
m_name->add_fallback(DefaultFontBold); \
|
m_name->add_fallback(DefaultFontBold); \
|
||||||
} else { \
|
} else { \
|
||||||
|
|||||||
Reference in New Issue
Block a user