[TextServer] Restore character and space extra spacing support.

This commit is contained in:
bruvzg 2021-02-15 10:46:23 +02:00
parent 8fa92c70ea
commit f4d095cdd3
No known key found for this signature in database
GPG key ID: 009E1BFE42239B95
16 changed files with 267 additions and 3 deletions

View file

@ -329,10 +329,10 @@
</methods>
<members>
<member name="extra_spacing_bottom" type="int" setter="set_spacing" getter="get_spacing" default="0">
Extra spacing at the bottom in pixels.
Extra spacing at the bottom of the line in pixels.
</member>
<member name="extra_spacing_top" type="int" setter="set_spacing" getter="get_spacing" default="0">
Extra character spacing in pixels.
Extra spacing at the top of the line in pixels.
</member>
</members>
<constants>