aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/BitmapFont.xml
diff options
context:
space:
mode:
authorRémi Verschelde2017-10-22 12:56:11 +0200
committerRémi Verschelde2017-10-22 12:56:17 +0200
commitfc09e1436654415f7130b69d049b420d7e5e8d54 (patch)
tree4a925d13db9392d51886545586d78b97973cc584 /doc/classes/BitmapFont.xml
parent14b1741cbf998f6d950a006681b15803362442d7 (diff)
downloadgodot-fc09e1436654415f7130b69d049b420d7e5e8d54.tar.gz
godot-fc09e1436654415f7130b69d049b420d7e5e8d54.tar.zst
godot-fc09e1436654415f7130b69d049b420d7e5e8d54.zip
classref: Sync with current source
Also fix hyperlink references to same class as per the guidelines. [ci skip]
Diffstat (limited to 'doc/classes/BitmapFont.xml')
-rw-r--r--doc/classes/BitmapFont.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/BitmapFont.xml b/doc/classes/BitmapFont.xml
index 48e579800..43ce40562 100644
--- a/doc/classes/BitmapFont.xml
+++ b/doc/classes/BitmapFont.xml
@@ -38,7 +38,7 @@
<argument index="2" name="kerning" type="int">
</argument>
<description>
- Adds a kerning pair to the [BitmapFont] as a difference. Kerning pairs are special cases where a typeface advance is determined by the next character.
+ Adds a kerning pair to the [code]BitmapFont[/code] as a difference. Kerning pairs are special cases where a typeface advance is determined by the next character.
</description>
</method>
<method name="add_texture">
@@ -47,7 +47,7 @@
<argument index="0" name="texture" type="Texture">
</argument>
<description>
- Adds a texture to the [BitmapFont].
+ Adds a texture to the [code]BitmapFont[/code].
</description>
</method>
<method name="clear">