2017-11-23 20:42:14 +01:00
|
|
|
#ifndef DEJAVU_20_LATIN_EXT_B_H
|
|
|
|
#define DEJAVU_20_LATIN_EXT_B_H
|
|
|
|
|
|
|
|
/*Use UTF-8 encoding in the IDE*/
|
|
|
|
|
2017-11-26 23:57:39 +01:00
|
|
|
#include "../../../lv_conf.h"
|
2017-12-06 11:50:27 +01:00
|
|
|
#if USE_LV_FONT_DEJAVU_20_LATIN_EXT_B
|
2017-11-23 20:42:14 +01:00
|
|
|
|
|
|
|
#include <stdint.h>
|
2017-12-08 15:56:01 +01:00
|
|
|
#include "../lv_font.h"
|
2017-11-23 20:42:14 +01:00
|
|
|
|
2017-11-23 21:28:36 +01:00
|
|
|
extern lv_font_t lv_font_dejavu_20_latin_ext_b;
|
2017-11-23 20:42:14 +01:00
|
|
|
|
2017-12-06 11:50:27 +01:00
|
|
|
#endif /*USE_LV_FONT_DEJAVU_20_LATIN_EXT_B*/
|
|
|
|
#endif /*DEJAVU_20_LATIN_EXT_B_H*/
|