diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2024-07-22 07:48:09 +0300 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2024-07-22 07:48:29 +0300 |
commit | 93ccf8e9e4b76e64fd5a09e31f0455cdf9bd2ff1 (patch) | |
tree | 39f1ae860507be1de58b3bebd278612802a9933b /doc/classes | |
parent | e25f3c0d38d457b15a63720240736f564ce0501b (diff) | |
download | redot-engine-93ccf8e9e4b76e64fd5a09e31f0455cdf9bd2ff1.tar.gz |
[RTL] Fix text size rounding with MSDF fonts.
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/TextParagraph.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/TextParagraph.xml b/doc/classes/TextParagraph.xml index 541078ed22..c6511a2b8e 100644 --- a/doc/classes/TextParagraph.xml +++ b/doc/classes/TextParagraph.xml @@ -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"> |