/* * File: hack.h * Author: torsten.roemer@luniks.net * * The work in the Hack project is Copyright 2018 Source Foundry Authors and * licensed under the MIT License. * The work in the DejaVu project was committed to the public domain. * Bitstream Vera Sans Mono Copyright 2003 Bitstream Inc. and licensed under * the Bitstream Vera License with Reserved Font Names "Bitstream" and "Vera". * * A subset of glyphs in the Hack font as 8x16 bitmaps in 4-Bit greyscale * with antialiasing. * * Created on 16. November 2023, 17:25 */ #ifndef HACK_H #define HACK_H #include "font.h" /** * Hack font. */ extern const __flash Font hackFont; #endif /* HACK_H */