Struct gdnative_visual_script::common::BitmapFont[][src]

pub struct BitmapFont { /* fields omitted */ }

core class BitmapFont inherits Font (reference counted).

Official documentation

See the documentation of this class in the Godot engine's official documentation.

Memory management

The lifetime of this object is automatically managed through reference counting.

Feature flag

This type is behind the gdnative crate's common feature flag.

Class hierarchy

BitmapFont inherits methods from:

Methods

impl BitmapFont
[src]

Creates a new reference to the same reference-counted object.

Inherited from Font.

Inherited from Font.

Inherited from Font.

Inherited from Font.

Inherited from Font.

Inherited from Font.

Inherited from Font.

Inherited from Font.

Inherited from Font.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Reference.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Up-cast.

Up-cast.

Up-cast.

Up-cast.

Generic dynamic cast.

Trait Implementations

impl GodotObject for BitmapFont
[src]

impl ToVariant for BitmapFont
[src]

impl Debug for BitmapFont
[src]

Formats the value using the given formatter. Read more

impl Drop for BitmapFont
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for BitmapFont

impl !Sync for BitmapFont