Struct quicksilver::graphics::Font[][src]

pub struct Font { /* fields omitted */ }

An in-memory TTF font that can render text on demand

Methods

impl Font
[src]

Load a font at a given file

Render a text string to an Image

This function does not take into account unicode normalization or vertical layout

Auto Trait Implementations

impl Send for Font

impl Sync for Font