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.
TextServerAdvanced
Inherits: TextServerExtension < TextServer < RefCounted < Object
An advanced text server with support for BiDi, complex text layout, and contextual OpenType features. Used in Godot by default.
Description
An implementation of TextServer that uses HarfBuzz, ICU and SIL Graphite to support BiDi, complex text layouts and contextual OpenType features. This is Godot's default primary TextServer interface.