You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
[Export] Write text server data from memory, instead of using temporary file.
This commit is contained in:
@@ -196,6 +196,7 @@ void TextServer::_bind_methods() {
|
||||
ClassDB::bind_method(D_METHOD("get_support_data_filename"), &TextServer::get_support_data_filename);
|
||||
ClassDB::bind_method(D_METHOD("get_support_data_info"), &TextServer::get_support_data_info);
|
||||
ClassDB::bind_method(D_METHOD("save_support_data", "filename"), &TextServer::save_support_data);
|
||||
ClassDB::bind_method(D_METHOD("get_support_data"), &TextServer::get_support_data);
|
||||
|
||||
ClassDB::bind_method(D_METHOD("is_locale_right_to_left", "locale"), &TextServer::is_locale_right_to_left);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user