My Marlin configs for Fabrikator Mini and CTC i3 Pro B
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
AnHardt b14270b029 Added font tools 10 年前
..
HD44780_C.fon Add font sources. 10 年前
HD44780_J.fon Add font sources. 10 年前
HD44780_W.fon Add font sources. 10 年前
ISO10646-5_Cyrillic.fon Add font sources. 10 年前
ISO10646_Kana.fon Add font sources. 10 年前
Marlin_symbols.fon Add font sources. 10 年前
README.fonts Added font tools 10 年前
bdf2u8g.exe Added font tools 10 年前
make_fonts.bat Added font tools 10 年前

README.fonts

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.