Firmware2/Marlin/fonts
AnHardt e917477fec Merge https://github.com/MarlinFirmware/Marlin into tm-utf-minus-kanji
Conflicts:
	Marlin/dogm_lcd_implementation.h
	Marlin/fonts/make_fonts.bat

Claerd conflicts with my own #1621. (His was easy. :-) )

corrected typo in fonts/README.fonts

Applied changes to the new delta-configurations
 and deletet there some extra whitespace at the line-endings.
2015-03-19 12:35:43 +01:00
..
bdf2u8g.exe Moved font directory. Updated README.fonts 2015-03-16 17:27:27 +01:00
HD44780_C.fon Moved font directory. Updated README.fonts 2015-03-16 17:27:27 +01:00
HD44780_J.fon Moved font directory. Updated README.fonts 2015-03-16 17:27:27 +01:00
HD44780_W.fon Moved font directory. Updated README.fonts 2015-03-16 17:27:27 +01:00
ISO10646_Kana.fon Moved font directory. Updated README.fonts 2015-03-16 17:27:27 +01:00
ISO10646-1.fon Add new (cleaner) Marlin font 2015-03-17 10:33:02 +01:00
ISO10646-5_Cyrillic.fon Moved font directory. Updated README.fonts 2015-03-16 17:27:27 +01:00
make_fonts.bat Merge https://github.com/MarlinFirmware/Marlin into tm-utf-minus-kanji 2015-03-19 12:35:43 +01:00
Marlin_symbols.fon Add new (cleaner) Marlin font 2015-03-17 10:33:02 +01:00
README.fonts Merge https://github.com/MarlinFirmware/Marlin into tm-utf-minus-kanji 2015-03-19 12:35:43 +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>', replace 'U8G_FONT_SECTION' with 'U8G_SECTION', insert '.progmem.' right behind the first '"' 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.