/* * File: unifont.h * Author: torsten.roemer@luniks.net * Unifont is part of the GNU Project: http://savannah.gnu.org/projects/unifont/ * * Created on 8. April 2023, 16:50 */ #ifndef UNIFONT_H #define UNIFONT_H #include "font.h" #include "colorspace.h" /** * Unifont font. */ extern const __flash Font unifontFont; #endif /* UNIFONT_H */