[RTL] Fix text size rounding with MSDF fonts.

This commit is contained in:
bruvzg
2024-07-22 07:48:09 +03:00
parent e25f3c0d38
commit 93ccf8e9e4
2 changed files with 8 additions and 8 deletions

View File

@@ -175,7 +175,7 @@
<return type="Vector2" />
<param index="0" name="line" type="int" />
<description>
Returns size of the bounding box of the line of text.
Returns size of the bounding box of the line of text. Returned size is rounded up.
</description>
</method>
<method name="get_line_underline_position" qualifiers="const">