TextServerFallback

继承: TextServerExtension < TextServer < RefCounted < Object

A fallback implementation of Godot’s text server, without support for BiDi and complex text layout.

描述

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.

Previous Next


© 版权所有 2014-present Juan Linietsky, Ariel Manzur and the Godot community (CC BY 3.0). Revision b1c660f7.

Built with Sphinx using a theme provided by Read the Docs.