2021-08-27 23:19:51 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2023-03-01 01:44:37 +01:00
<class name= "TextServerAdvanced" inherits= "TextServerExtension" version= "4.1" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation= "../../../doc/class.xsd" >
2021-08-27 23:19:51 +02:00
<brief_description >
2023-04-30 16:26:09 +02:00
An advanced text server with support for BiDi, complex text layout, and contextual OpenType features. Used in Godot by default.
2021-08-27 23:19:51 +02:00
</brief_description>
<description >
2023-04-30 16:26:09 +02:00
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.
2021-08-27 23:19:51 +02:00
</description>
<tutorials >
</tutorials>
</class>