summaryrefslogtreecommitdiffstats
path: root/doc/classes/FontFile.xml
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2022-10-18 10:10:24 +0300
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2022-10-18 18:42:04 +0300
commitc1af9d57a343d9d782f9de4c6e31002c674769e1 (patch)
tree2d8ec0cc55c72787765891f362bd27cac487aa88 /doc/classes/FontFile.xml
parent4a96fce801cae2d3e0fe42005c74ca7d60cc1582 (diff)
downloadredot-engine-c1af9d57a343d9d782f9de4c6e31002c674769e1.tar.gz
Improve font glyph cache packing shelf best height fit heuristic.
Diffstat (limited to 'doc/classes/FontFile.xml')
-rw-r--r--doc/classes/FontFile.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/FontFile.xml b/doc/classes/FontFile.xml
index df378d9d2f..dac822ae2f 100644
--- a/doc/classes/FontFile.xml
+++ b/doc/classes/FontFile.xml
@@ -262,7 +262,7 @@
<param index="1" name="size" type="Vector2i" />
<param index="2" name="texture_index" type="int" />
<description>
- Returns a copy of the array containing the first free pixel in the each column of texture. Should be the same size as texture width or empty.
+ Returns a copy of the array containing glyph packing data.
</description>
</method>
<method name="get_transform" qualifiers="const">
@@ -522,7 +522,7 @@
<param index="2" name="texture_index" type="int" />
<param index="3" name="offset" type="PackedInt32Array" />
<description>
- Sets array containing the first free pixel in the each column of texture. Should be the same size as texture width or empty (for the fonts without dynamic glyph generation support).
+ Sets array containing glyph packing data.
</description>
</method>
<method name="set_transform">