Struct three::Font [] [src]

pub struct Font { /* fields omitted */ }

Smart pointer containing a font to draw text.

Trait Implementations

impl Clone for Font
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Font
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Font

impl !Sync for Font