Up to date
This page is up to date for Redot 4.3
.
If you still find outdated information, please create an issue.
TextServerFallback¶
Inherits: TextServerExtension < TextServer < RefCounted < Object
A fallback implementation of Redot's text server, without support for BiDi and complex text layout.
Description¶
A fallback implementation of Redot's text server. This fallback is faster than TextServerAdvanced for processing a lot of text, but it does not support BiDi and complex text layout.
Note: This text server is not part of official Redot binaries. If you want to use it, compile the engine with the option module_text_server_fb_enabled=yes
.