This repository has been archived on 2022-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Marlin-Artillery-M600/Marlin/scripts/Fonts
AnHardt 44a205d9d9 Corrected Cyrillic fonts.
Cleaned typo in language_test.h Cyrillic part.
2015-03-14 12:27:47 +01:00
..
bdf2u8g.exe Change selection logic another time 2015-03-13 14:26:58 +01:00
HD44780_C.fon Corrected Cyrillic fonts. 2015-03-14 12:27:47 +01:00
HD44780_J.fon Add font sources. 2015-03-06 23:36:56 +01:00
HD44780_W.fon Add font sources. 2015-03-06 23:36:56 +01:00
ISO10646-5_Cyrillic.fon Corrected Cyrillic fonts. 2015-03-14 12:27:47 +01:00
ISO10646_Kana.fon Add font sources. 2015-03-06 23:36:56 +01:00
make_fonts.bat Added font tools 2015-03-06 23:48:55 +01:00
Marlin_symbols.fon Add font sources. 2015-03-06 23:36:56 +01:00
README.fonts Added font tools 2015-03-06 23:48:55 +01:00

The fonts are created with Fony.exe (http://hukka.ncn.fi/?fony) because Fontforge didn't do what I want (probably lack off experience). 
In Fony export the fonts to bdf-format. Maybe another one can edit them with Fontforge.
Then run make_fonts.bat what calls bdf2u8g.exe with the needed parameters to produce the .h files.
The .h files must be edited to replace '#include "u8g.h"' with '#include <utility/u8g.h>' and moved to the main directory.

Especially the Kana and Cyrillic fonts should be revised by someone who knows what he/she does. I am only a west-European with very little knowledge about this scripts.