diff options
Diffstat (limited to 'doc/classes/TextServer.xml')
-rw-r--r-- | doc/classes/TextServer.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/TextServer.xml b/doc/classes/TextServer.xml index 807be99da3..6d4ecb255e 100644 --- a/doc/classes/TextServer.xml +++ b/doc/classes/TextServer.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="TextServer" inherits="RefCounted" version="4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> <brief_description> - Interface for the fonts and complex text layouts. + A server interface for font management and text rendering. </brief_description> <description> - [TextServer] is the API backend for managing fonts, and rendering complex text. + [TextServer] is the API backend for managing fonts and rendering text. </description> <tutorials> </tutorials> @@ -12,7 +12,7 @@ <method name="create_font"> <return type="RID" /> <description> - Creates new, empty font cache entry resource. To free the resulting resource, use [method free_rid] method. + Creates a new, empty font cache entry resource. To free the resulting resource, use the [method free_rid] method. </description> </method> <method name="create_shaped_text"> |