unscii16docs

Unscii 2.0, bitmap unicode font created by Viznut (http://viznut.fi/unscii/).

This module is a port of all non-wide characters from unscii-16 (16px by 8px).

bitmaps(codes: NDArray) -> NDArray : source docs

Look up the glyph of each of a batch of unicode codepoints.

Inputs:

  • codes: uint16[...]. Unicode codepoints.

Returns:

  • bitmaps: bool[..., 16, 8]. The glyph for each codepoint, sixteen rows of eight pixels, true wherever the glyph has ink.

Raises:

  • ValueError: If any of the codepoints has no glyph in the font.