[][src]Module oxydyze::util::renderer

Re-exports

pub extern crate sdl2;
pub use drawable::SdlDrawable;
pub use drawable::SdlTextBox;
pub use font_manager::FontMap;
pub use font_manager::Glyph;

Modules

drawable
font_manager

Structs

Canvas

Manages and owns a target (Surface or Window) and allows drawing in it.

Point

Immutable point type, consisting of x and y.

Rect

A (non-empty) rectangle.

SdlSystem
SdlTextures
Surface

Holds a Rc<SurfaceContext>.

Texture

A texture for a rendering context.

TextureCreator

Creates Textures that cannot outlive the creator

Enums

BlendMode
PixelFormat

Constants

DEFAULT_GLYPH_WIDTH

Type Definitions

TextureId