Overhaul the top sections of the class reference (GUI classes)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="TextServerManager" inherits="Object" version="4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
||||
<brief_description>
|
||||
Manager for the font and complex text layout servers.
|
||||
A singleton for managing [TextServer] implementations.
|
||||
</brief_description>
|
||||
<description>
|
||||
[TextServerManager] is the API backend for loading, enumeration and switching [TextServer]s.
|
||||
[TextServerManager] is the API backend for loading, enumerating, and switching [TextServer]s.
|
||||
[b]Note:[/b] Switching text server at runtime is possible, but will invalidate all fonts and text buffers. Make sure to unload all controls, fonts, and themes before doing so.
|
||||
</description>
|
||||
<tutorials>
|
||||
@@ -14,14 +14,14 @@
|
||||
<return type="void" />
|
||||
<param index="0" name="interface" type="TextServer" />
|
||||
<description>
|
||||
Registers an [TextServer] interface.
|
||||
Registers a [TextServer] interface.
|
||||
</description>
|
||||
</method>
|
||||
<method name="find_interface" qualifiers="const">
|
||||
<return type="TextServer" />
|
||||
<param index="0" name="name" type="String" />
|
||||
<description>
|
||||
Finds an interface by its name.
|
||||
Finds an interface by its [param name].
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_interface" qualifiers="const">
|
||||
@@ -40,7 +40,7 @@
|
||||
<method name="get_interfaces" qualifiers="const">
|
||||
<return type="Dictionary[]" />
|
||||
<description>
|
||||
Returns a list of available interfaces the index and name of each interface.
|
||||
Returns a list of available interfaces, with the index and name of each interface.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_primary_interface" qualifiers="const">
|
||||
@@ -53,7 +53,7 @@
|
||||
<return type="void" />
|
||||
<param index="0" name="interface" type="TextServer" />
|
||||
<description>
|
||||
Removes interface. All fonts and shaped text caches should be freed before removing interface.
|
||||
Removes an interface. All fonts and shaped text caches should be freed before removing an interface.
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_primary_interface">
|
||||
|
||||
Reference in New Issue
Block a user