Smart

Dependencies:   Hexi_KW40Z

OpenSans_Font.h

Committer:
Team_Eta_MBED
Date:
2018-02-28
Revision:
0:69293b19ee19

File content as of revision 0:69293b19ee19:

/** OpenSans Font 
 *  This file contains the Hexiwear optimized OpenSans font. 
 *
 *  For more information 
 *  visit: https://github.com/google/fonts/tree/master/apache/opensans
 * 
 *  Font converted with MicroElektronika's Hexiwear Resource Collection Tool
 *  visit: https://github.com/MikroElektronika/HEXIWEAR/tree/master/SW/ResourceCollectionTool
 */

#ifndef HG_OPENSANS_FONT
#define HG_OPENSANS_FONT

#include <stdint.h>

/** Max Width of Character  = 12px
 *  Max Height of Character = 18px */
extern const uint8_t OpenSans_12x18_Regular[];

/** Max Width of Character  = 10px
 *  Max Height of Character = 15px */
extern const uint8_t OpenSans_10x15_Regular[];

#endif