1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

[Complex Text Layouts] Implement TextServer interface. Implement Fallback TextServer.

This commit is contained in:
bruvzg
2020-08-05 09:25:28 +03:00
parent a8c2cc9028
commit 493da99269
28 changed files with 5442 additions and 16 deletions

View File

@@ -45,6 +45,7 @@
#include "test_gui.h"
#include "test_json.h"
#include "test_list.h"
#include "test_lru.h"
#include "test_math.h"
#include "test_method_bind.h"
#include "test_node_path.h"
@@ -58,6 +59,7 @@
#include "test_render.h"
#include "test_shader_lang.h"
#include "test_string.h"
#include "test_text_server.h"
#include "test_validate_testing.h"
#include "test_variant.h"