mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Merge commit godotengine/godot@8004c7524f
This commit is contained in:
@@ -158,11 +158,11 @@ bool TextServerFallback::_has(const RID &p_rid) {
|
||||
|
||||
String TextServerFallback::_get_support_data_filename() const {
|
||||
return "";
|
||||
};
|
||||
}
|
||||
|
||||
String TextServerFallback::_get_support_data_info() const {
|
||||
return "Not supported";
|
||||
};
|
||||
}
|
||||
|
||||
bool TextServerFallback::_load_support_data(const String &p_filename) {
|
||||
return false; // No extra data used.
|
||||
@@ -4730,7 +4730,7 @@ void TextServerFallback::_update_settings() {
|
||||
TextServerFallback::TextServerFallback() {
|
||||
_insert_feature_sets();
|
||||
ProjectSettings::get_singleton()->connect("settings_changed", callable_mp(this, &TextServerFallback::_update_settings));
|
||||
};
|
||||
}
|
||||
|
||||
void TextServerFallback::_cleanup() {
|
||||
for (const KeyValue<SystemFontKey, SystemFontCache> &E : system_fonts) {
|
||||
@@ -4749,4 +4749,4 @@ TextServerFallback::~TextServerFallback() {
|
||||
FT_Done_FreeType(ft_library);
|
||||
}
|
||||
#endif
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user