Unicode Fonts and Symbols as PlainBW C-source code

C-Source formats: PlainBW B&W i 8 different Bit and Byte orientations.
Create C-source code pixel Unicode fonts directly.
Convert pictures and images to C-source code symbols.

How the PlainBW C-source H Include format is organized
The glyph symbols and the Unicode code-points are stored together in one file Name.h.
The Name of the file is the same as the name of the font so it has to be a valid C-source code name.
Here is a small test font with one and greek alpha and betha:

The hexadecimal numbers above the symbols are Unicode code-points.
The symbol list is organized according to the Unicode code-points and each symbol header starts with the code-point followed by the X and Y size for each symbol. After that follows the glyph data bytes starting in the upper left corner of the symbol:

The highlighting shows the code-point for each symbol.
Fonts and Symbols as C-source code.
Other Color Modes for Images and Fonts.

