DynamicFont.GDNativeClassBinding

Undocumented in source.
struct DynamicFont
package @nogc nothrow static
struct GDNativeClassBinding {}

Members

Static variables

addFallback
GodotMethod!(void, DynamicFontData) addFallback;
Undocumented in source.
getAvailableChars
GodotMethod!(String) getAvailableChars;
Undocumented in source.
getFallback
GodotMethod!(DynamicFontData, long) getFallback;
Undocumented in source.
getFallbackCount
GodotMethod!(long) getFallbackCount;
Undocumented in source.
getFontData
GodotMethod!(DynamicFontData) getFontData;
Undocumented in source.
getOutlineColor
GodotMethod!(Color) getOutlineColor;
Undocumented in source.
getOutlineSize
GodotMethod!(long) getOutlineSize;
Undocumented in source.
getSize
GodotMethod!(long) getSize;
Undocumented in source.
getSpacing
GodotMethod!(long, long) getSpacing;
Undocumented in source.
getUseFilter
GodotMethod!(bool) getUseFilter;
Undocumented in source.
getUseMipmaps
GodotMethod!(bool) getUseMipmaps;
Undocumented in source.
removeFallback
GodotMethod!(void, long) removeFallback;
Undocumented in source.
setFallback
GodotMethod!(void, long, DynamicFontData) setFallback;
Undocumented in source.
setFontData
GodotMethod!(void, DynamicFontData) setFontData;
Undocumented in source.
setOutlineColor
GodotMethod!(void, Color) setOutlineColor;
Undocumented in source.
setOutlineSize
GodotMethod!(void, long) setOutlineSize;
Undocumented in source.
setSize
GodotMethod!(void, long) setSize;
Undocumented in source.
setSpacing
GodotMethod!(void, long, long) setSpacing;
Undocumented in source.
setUseFilter
GodotMethod!(void, bool) setUseFilter;
Undocumented in source.
setUseMipmaps
GodotMethod!(void, bool) setUseMipmaps;
Undocumented in source.

Meta