Browse Source

Moved font directory. Updated README.fonts

pull/1/head
AnHardt 9 years ago
parent
commit
7e69f72db6
  1. 0
      Marlin/fonts/HD44780_C.fon
  2. 0
      Marlin/fonts/HD44780_J.fon
  3. 0
      Marlin/fonts/HD44780_W.fon
  4. 0
      Marlin/fonts/ISO10646-5_Cyrillic.fon
  5. 0
      Marlin/fonts/ISO10646_Kana.fon
  6. 0
      Marlin/fonts/Marlin_symbols.fon
  7. 2
      Marlin/fonts/README.fonts
  8. 0
      Marlin/fonts/bdf2u8g.exe
  9. 0
      Marlin/fonts/make_fonts.bat

0
Marlin/scripts/Fonts/HD44780_C.fon → Marlin/fonts/HD44780_C.fon

0
Marlin/scripts/Fonts/HD44780_J.fon → Marlin/fonts/HD44780_J.fon

0
Marlin/scripts/Fonts/HD44780_W.fon → Marlin/fonts/HD44780_W.fon

0
Marlin/scripts/Fonts/ISO10646-5_Cyrillic.fon → Marlin/fonts/ISO10646-5_Cyrillic.fon

0
Marlin/scripts/Fonts/ISO10646_Kana.fon → Marlin/fonts/ISO10646_Kana.fon

0
Marlin/scripts/Fonts/Marlin_symbols.fon → Marlin/fonts/Marlin_symbols.fon

2
Marlin/scripts/Fonts/README.fonts → Marlin/fonts/README.fonts

@ -1,6 +1,6 @@
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.
The .h files must be edited to replace '#include "u8g.h"' with '#include <utility/u8g.h>', replace 'U8G_FONT_SECTION' with 'U8G_SECTION', inset '.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.

0
Marlin/scripts/Fonts/bdf2u8g.exe → Marlin/fonts/bdf2u8g.exe

0
Marlin/scripts/Fonts/make_fonts.bat → Marlin/fonts/make_fonts.bat

Loading…
Cancel
Save