Added verdana
[hackover2013-badge-firmware.git] / drivers / lcd / tft / fonts / verdanabold14.h
1 #ifndef __VERDANA_BOLD_14__
2 #define __VERDANA_BOLD_14__
3
4 #include "bitmapfonts.h"
5
6 /* Font data for Verdana Bold 14pt */
7 extern const uint8_t verdanabold14ptBitmaps[];
8 extern const FONT_INFO verdanabold14ptFontInfo;
9 extern const FONT_CHAR_INFO verdanabold14ptDescriptors[];
10
11 #endif
This page took 0.051499 seconds and 5 git commands to generate.