You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
[Export] Write text server data from memory, instead of using temporary file.
This commit is contained in:
@@ -170,6 +170,10 @@ bool TextServerFallback::_save_support_data(const String &p_filename) const {
|
||||
return false; // No extra data used.
|
||||
}
|
||||
|
||||
PackedByteArray TextServerFallback::_get_support_data() const {
|
||||
return PackedByteArray(); // No extra data used.
|
||||
}
|
||||
|
||||
bool TextServerFallback::_is_locale_right_to_left(const String &p_locale) const {
|
||||
return false; // No RTL support.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user