Files reorganization, bitmap fonts convertor tool, style fixes, terminus fonts
Three new fonts
This commit is contained in:
parent
861fe94bd3
commit
02da6d83a7
27 changed files with 8235 additions and 15576 deletions
|
|
@ -14,6 +14,18 @@
|
|||
#define FONTS_ROBOTO_10PT 0
|
||||
#endif
|
||||
|
||||
#ifndef FONTS_BITOCRA_4X7
|
||||
#define FONTS_BITOCRA_4X7 1
|
||||
#endif
|
||||
|
||||
#ifndef FONTS_BITOCRA_6X11
|
||||
#define FONTS_BITOCRA_6X11 1
|
||||
#endif
|
||||
|
||||
#ifndef FONTS_BITOCRA_7X13
|
||||
#define FONTS_BITOCRA_7X13 1
|
||||
#endif
|
||||
|
||||
#ifndef FONTS_TERMINUS_6X12_KOI8_R
|
||||
#define FONTS_TERMINUS_6X12_KOI8_R 1
|
||||
#endif
|
||||
|
|
@ -26,14 +38,6 @@
|
|||
#define FONTS_TERMINUS_BOLD_8X14_KOI8_R 1
|
||||
#endif
|
||||
|
||||
#ifndef FONTS_TERMINUS_8X16_KOI8_R
|
||||
#define FONTS_TERMINUS_8X16_KOI8_R 1
|
||||
#endif
|
||||
|
||||
#ifndef FONTS_TERMINUS_BOLD_8X16_KOI8_R
|
||||
#define FONTS_TERMINUS_BOLD_8X16_KOI8_R 1
|
||||
#endif
|
||||
|
||||
#ifndef FONTS_TERMINUS_14X28_KOI8_R
|
||||
#define FONTS_TERMINUS_14X28_KOI8_R 1
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue