Module sdl2_unifont::unifont[][src]

Low-level global Unifont storage. You shouldn’t need to interface with this

Structs

FontChar

Describes a single character in the font.

Functions

get_unifont

Returns a safe, immutable reference to the parsed Unifont hashmap structure. Initialises said structure if it hasn’t already been.

initialise_unifont

Called the first time that a reference to the UNIFONT hashmap is requested, in order to decompress and parse the embedded, xzipped .hex contents

Type Definitions

FontChars

The container type which relates Unicode code points with font character definitions.