Module font_atlas::rasterize [] [src]

Contains methods and structures for rasterizing font files to bitmaps.

Structs

Atlas

A mapping from chars to CharInfo.

Bitmap

A rectangular 2d-array of u8 where the values 0 through 255 represent shades of grey.

CharInfo

Information about a character from a font rendered at a specific scale.

Font

A single font loaded from a file.