Type Definition sdl2::ttf::FontResult

source · []
pub type FontResult<T> = Result<T, FontError>;
Expand description

The result of an SDL2_TTF font operation.