Type Definition artano::Typeface[][src]

type Typeface = Font<'static>;

A font to be used with artano's text rendering functions.

Artano is perfectly happy to accept Font<'a> provided that 'a is a sufficient lifetime, but I find the lifetime annoying to work with, so I'm kind of aliasing it away...