mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
classref: Sync with current source
Also fix hyperlink references to same class as per the guidelines. [ci skip]
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user