summaryrefslogtreecommitdiffstats
path: root/doc/classes/BitmapFont.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-05-27 12:53:24 +0200
committerGitHub <noreply@github.com>2020-05-27 12:53:24 +0200
commitc10dab134afe1e4540fbb01d78fc0cf6a4dbbe26 (patch)
tree88bac5f5c91190d48e5f51f31fedd0afe21697fc /doc/classes/BitmapFont.xml
parenta5a7f5f73e803d444303e7e077354abd3bdf41f7 (diff)
parenta4413710f9418bd5a5ab83ac3ed70b1329cb2492 (diff)
downloadredot-engine-c10dab134afe1e4540fbb01d78fc0cf6a4dbbe26.tar.gz
Merge pull request #39079 from mrushyendra/exposeGetCharSize
Expose `get_char_size()` from Font instead of BitmapFont
Diffstat (limited to 'doc/classes/BitmapFont.xml')
-rw-r--r--doc/classes/BitmapFont.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/classes/BitmapFont.xml b/doc/classes/BitmapFont.xml
index 421b405808..87cffdaca0 100644
--- a/doc/classes/BitmapFont.xml
+++ b/doc/classes/BitmapFont.xml
@@ -65,17 +65,6 @@
Creates a BitmapFont from the [code]*.fnt[/code] file at [code]path[/code].
</description>
</method>
- <method name="get_char_size" qualifiers="const">
- <return type="Vector2">
- </return>
- <argument index="0" name="char" type="int">
- </argument>
- <argument index="1" name="next" type="int" default="0">
- </argument>
- <description>
- Returns the size of a character, optionally taking kerning into account if the next character is provided.
- </description>
- </method>
<method name="get_kerning_pair" qualifiers="const">
<return type="int">
</return>