Struct kiss3d::text::Font [] [src]

pub struct Font { /* fields omitted */ }

A ttf font.

Methods

impl Font
[src]

Loads a new ttf font from the memory.

Loads a new ttf font from a file.

Loads a new ttf font from a file.

The opengl id to the texture atlas of this font.

The dimensions of the texture atlas of this font.

The glyphs of the this font.

The height of this font.

Trait Implementations

impl Drop for Font
[src]

A method called when the value goes out of scope. Read more