BitmapFont._classBinding

Undocumented in source.
struct BitmapFont
package @nogc nothrow static
struct _classBinding {}

Members

Static variables

_getChars
GodotMethod!(PoolIntArray) _getChars;
Undocumented in source.
_getKernings
GodotMethod!(PoolIntArray) _getKernings;
Undocumented in source.
_getTextures
GodotMethod!(Array) _getTextures;
Undocumented in source.
_setChars
GodotMethod!(void, PoolIntArray) _setChars;
Undocumented in source.
_setKernings
GodotMethod!(void, PoolIntArray) _setKernings;
Undocumented in source.
_setTextures
GodotMethod!(void, Array) _setTextures;
Undocumented in source.
addChar
GodotMethod!(void, long, long, Rect2, Vector2, double) addChar;
Undocumented in source.
addKerningPair
GodotMethod!(void, long, long, long) addKerningPair;
Undocumented in source.
addTexture
GodotMethod!(void, Texture) addTexture;
Undocumented in source.
clear
GodotMethod!(void) clear;
Undocumented in source.
createFromFnt
GodotMethod!(GodotError, String) createFromFnt;
Undocumented in source.
getCharSize
GodotMethod!(Vector2, long, long) getCharSize;
Undocumented in source.
getFallback
GodotMethod!(BitmapFont) getFallback;
Undocumented in source.
getKerningPair
GodotMethod!(long, long, long) getKerningPair;
Undocumented in source.
getTexture
GodotMethod!(Texture, long) getTexture;
Undocumented in source.
getTextureCount
GodotMethod!(long) getTextureCount;
Undocumented in source.
setAscent
GodotMethod!(void, double) setAscent;
Undocumented in source.
setDistanceFieldHint
GodotMethod!(void, bool) setDistanceFieldHint;
Undocumented in source.
setFallback
GodotMethod!(void, BitmapFont) setFallback;
Undocumented in source.
setHeight
GodotMethod!(void, double) setHeight;
Undocumented in source.

Meta