Outdated documentation
This documentation page refers to Godot
4.3,
and may be outdated or incorrect.
Additionally, this engine version is
no longer supported.
Check this page in the stable branch for the latest additions and corrections.
TextServerFallback
Inherits: TextServerExtension < TextServer < RefCounted < Object
A fallback implementation of Godot's text server, without support for BiDi and complex text layout.
Description
A fallback implementation of Godot'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 Godot binaries. If you want to use it, compile the engine with the option module_text_server_fb_enabled=yes.