Struct gdnative::BitmapFont [] [src]

pub struct BitmapFont { /* fields omitted */ }

core class BitmapFont : Font (reference counted)

Base class

BitmapFont inherits Font and all of its methods.

Memory management

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

Methods

impl BitmapFont
[src]

[src]

Up-cast.

[src]

[src]

Creates a new reference to the same object.

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Methods from Deref<Target = Font>

[src]

Up-cast.

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl GodotObject for BitmapFont
[src]

[src]

[src]

[src]

impl Deref for BitmapFont
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for BitmapFont
[src]

[src]

Mutably dereferences the value.

impl Drop for BitmapFont
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for BitmapFont

impl !Sync for BitmapFont