Module signum::util::data[][src]

Static lookup tables

This module contains static lookup tables that make printing black/white bitmaps like glyphs in a charset a little easier.

Constants

BIT_PROJECTION

Lookup table for bytes as a byte array of 0xFF / white / no-ink (0) and 0x00 / black / ink (1)

BIT_STRING

Lookup table for bytes as a string of (0) and # (1)