[−][src]Module conrod_core::text::rt
Re-exported RustType geometrical types.
Modules
gpu_cache | This module provides capabilities for managing a cache of rendered glyphs in GPU memory, with the goal of minimisng the size and frequency of glyph uploads to GPU memory from the CPU. |
Structs
Point | A point in 2-dimensional space, with each dimension of type |
Rect | A rectangle, with top-left corner at |
Vector | A vector in 2-dimensional space, with each dimension of type |
Functions
point | A convenience function for generating |
vector | A convenience function for generating |