mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-21 06:53:01 +08:00
17 lines
348 B
C
17 lines
348 B
C
|
#ifndef DEJAVU_20_LATIN_EXT_A_H
|
||
|
#define DEJAVU_20_LATIN_EXT_A_H
|
||
|
|
||
|
/*Use UTF-8 encoding in the IDE*/
|
||
|
|
||
|
#include "misc_conf.h"
|
||
|
|
||
|
#if USE_FONT_DEJAVU_20_LATIN_EXT_A != 0
|
||
|
|
||
|
#include <stdint.h>
|
||
|
#include "../lv_misc/lv_font.h"
|
||
|
|
||
|
extern font_t font_dejavu_20_latin_ext_a;
|
||
|
|
||
|
#endif /*USE_FONT_DEJAVU_20_LATIN_EXT_A != 0*/
|
||
|
|
||
|
#endif /*DEJAVU_20_LATIN_EXT_A_H*/
|