Type Definition FontResult
sdl2::ttf
type FontResult<T> = Result<T, FontError>;
The result of an SDL2_TTF font operation.
SDL2_TTF