#ifndef LV_FONT_TAHOMA_H #define LV_FONT_TAHOMA_H //-------------------------------------------------------------------------------------------------- // Generated automatically at 05/20/20 16:31:30, by the LVGL builder. // // #### Please, do not edit this file. #### //-------------------------------------------------------------------------------------------------- #include "lvgl.h" #if defined (LV_FONT_EXTERN) #undef LV_FONT_EXTERN #endif #if defined (__cplusplus) #define LV_FONT_EXTERN extern "C" #else #define LV_FONT_EXTERN extern #endif LV_FONT_EXTERN lv_font_t lv_font_tahoma; #endif