.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/TextServerManager.xml. .. _class_TextServerManager: TextServerManager ================= **Inherits:** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`add_interface` **(** :ref:`TextServer` interface **)** | +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`TextServer` | :ref:`find_interface` **(** :ref:`String` name **)** |const| | +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`TextServer` | :ref:`get_interface` **(** :ref:`int` idx **)** |const| | +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_interface_count` **(** **)** |const| | +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Dictionary[]` | :ref:`get_interfaces` **(** **)** |const| | +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`TextServer` | :ref:`get_primary_interface` **(** **)** |const| | +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`remove_interface` **(** :ref:`TextServer` interface **)** | +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_primary_interface` **(** :ref:`TextServer` index **)** | +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Signals ------- .. _class_TextServerManager_signal_interface_added: .. rst-class:: classref-signal **interface_added** **(** :ref:`StringName` interface_name **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TextServerManager_signal_interface_removed: .. rst-class:: classref-signal **interface_removed** **(** :ref:`StringName` interface_name **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_TextServerManager_method_add_interface: .. rst-class:: classref-method void **add_interface** **(** :ref:`TextServer` interface **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TextServerManager_method_find_interface: .. rst-class:: classref-method :ref:`TextServer` **find_interface** **(** :ref:`String` name **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TextServerManager_method_get_interface: .. rst-class:: classref-method :ref:`TextServer` **get_interface** **(** :ref:`int` idx **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TextServerManager_method_get_interface_count: .. rst-class:: classref-method :ref:`int` **get_interface_count** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TextServerManager_method_get_interfaces: .. rst-class:: classref-method :ref:`Dictionary[]` **get_interfaces** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TextServerManager_method_get_primary_interface: .. rst-class:: classref-method :ref:`TextServer` **get_primary_interface** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TextServerManager_method_remove_interface: .. rst-class:: classref-method void **remove_interface** **(** :ref:`TextServer` interface **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TextServerManager_method_set_primary_interface: .. rst-class:: classref-method void **set_primary_interface** **(** :ref:`TextServer` index **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`