Skip to content

Robotron dot matrix printer font re-engineered from the printer ROM

Notifications You must be signed in to change notification settings

nzeemin/robotron-dotmatrix-font

Repository files navigation

robotron-dotmatrix-font - Robotron dot matrix printer font

The font characters was restored from the real Robotron 9-pin printer ROMs. Most of the symbols are from Robotron СМ6329.01М printer ROM (ASCII and Cyrillic). Some symbols are from Robotron K6313 printer ROM (Latin1 symbols).

Currently the font contains 209 glyphs:

  • ASCII
  • Cyrillic letters to cover Russian alphabet (but capital Ё has no dots)
  • some Latin1 symbols

I used a simple C++ program to decode symbols, and another program (see RobotronFontGen folder) to produce an SVG font. Online converter used to convert the SVG font to WOFF. So the result files are:

  • robotronfontelit.svg, robotronfontelit.woff - ELITE font face
  • robotronfontpica.svg, robotronfontpica.woff - PICA font face
  • robotronfontsper.svg, robotronfontsper.woff - Sperrschrift font face

The license for both the font and the source code is PUBLIC DOMAIN.

See Also

  • ESCParser — ESC/P parser/interpreter with PostScript/SVG/PDF output.

About

Robotron dot matrix printer font re-engineered from the printer ROM

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published