Code format with astyle.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,44 +1,44 @@
|
|||||||
/**
|
/**
|
||||||
* @file lv_font_loader.h
|
* @file lv_font_loader.h
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef LV_FONT_LOADER_H
|
#ifndef LV_FONT_LOADER_H
|
||||||
#define LV_FONT_LOADER_H
|
#define LV_FONT_LOADER_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*********************
|
/*********************
|
||||||
* INCLUDES
|
* INCLUDES
|
||||||
*********************/
|
*********************/
|
||||||
|
|
||||||
/*********************
|
/*********************
|
||||||
* DEFINES
|
* DEFINES
|
||||||
*********************/
|
*********************/
|
||||||
|
|
||||||
/**********************
|
/**********************
|
||||||
* TYPEDEFS
|
* TYPEDEFS
|
||||||
**********************/
|
**********************/
|
||||||
|
|
||||||
/**********************
|
/**********************
|
||||||
* GLOBAL PROTOTYPES
|
* GLOBAL PROTOTYPES
|
||||||
**********************/
|
**********************/
|
||||||
|
|
||||||
#if LV_USE_FILESYSTEM
|
#if LV_USE_FILESYSTEM
|
||||||
|
|
||||||
lv_font_t * lv_font_load(const char * fontName);
|
lv_font_t * lv_font_load(const char * fontName);
|
||||||
void lv_font_free(lv_font_t * font);
|
void lv_font_free(lv_font_t * font);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**********************
|
/**********************
|
||||||
* MACROS
|
* MACROS
|
||||||
**********************/
|
**********************/
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
} /* extern "C" */
|
} /* extern "C" */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /*LV_FONT_LOADER_H*/
|
#endif /*LV_FONT_LOADER_H*/
|
||||||
|
|||||||
Reference in New Issue
Block a user