[][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 N.

Rect

A rectangle, with top-left corner at min, and bottom-right corner at max.

Vector

A vector in 2-dimensional space, with each dimension of type N.

Functions

point

A convenience function for generating Points.

vector

A convenience function for generating Vectors.