Struct ggez::graphics::BitmapFont [] [src]

pub struct BitmapFont { /* fields omitted */ }

A bitmap font where letter widths are infered

Trait Implementations

impl Clone for BitmapFont
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for BitmapFont
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for BitmapFont

impl Sync for BitmapFont