Module sensehat_screen::fonts[][src]

8x8 font collection

Structs

FontCollection

A set of font symbols that can be printed on a Screen.

FontFrame

A font that can be rendered as a PixelFrame with a stroke color, and a background color.

FontString

A FontString is a collection of FontUtf16 which can be rendered to frames for the LED Matrix.

Functions

font_to_frame

Render a font symbol with a PixelColor into a FrameLine.

font_to_pixel_frame

Render a font symbol with a PixelColor into a FrameLine.

print_collection

Display the contents of a FontCollection on stdout.