Reorganization, style fix, Terminus fonts

This commit is contained in:
UncleRus 2016-12-10 02:30:50 +05:00
parent 39b6cd8ce0
commit 861fe94bd3
22 changed files with 62103 additions and 75 deletions

View file

@ -1,8 +1,53 @@
#ifndef _EXTRAS_FONTS_CONFIG_H_
#define _EXTRAS_FONTS_CONFIG_H_
#ifndef NUM_FONTS
#define NUM_FONTS 3
#ifndef FONTS_GLCD_5X7
#define FONTS_GLCD_5X7 1
#endif
// FIXME: Proportional fonts drawing is broken
#ifndef FONTS_ROBOTO_8PT
#define FONTS_ROBOTO_8PT 0
#endif
#ifndef FONTS_ROBOTO_10PT
#define FONTS_ROBOTO_10PT 0
#endif
#ifndef FONTS_TERMINUS_6X12_KOI8_R
#define FONTS_TERMINUS_6X12_KOI8_R 1
#endif
#ifndef FONTS_TERMINUS_8X14_KOI8_R
#define FONTS_TERMINUS_8X14_KOI8_R 1
#endif
#ifndef FONTS_TERMINUS_BOLD_8X14_KOI8_R
#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
#ifndef FONTS_TERMINUS_BOLD_14X28_KOI8_R
#define FONTS_TERMINUS_BOLD_14X28_KOI8_R 1
#endif
#ifndef FONTS_TERMINUS_16X32_KOI8_R
#define FONTS_TERMINUS_16X32_KOI8_R 1
#endif
#ifndef FONTS_TERMINUS_BOLD_16X32_KOI8_R
#define FONTS_TERMINUS_BOLD_16X32_KOI8_R 1
#endif
#endif /* _EXTRAS_FONTS_CONFIG_H_ */