Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Hexi_OLED_TextImage_Example Hexi_OLED_Text_Example Hexi_OLED_Image_Example security-console-app ... more
Diff: OpenSans_Font/OpenSans_Font.h
- Revision:
- 5:a5b4b36a1aed
- Parent:
- 3:4121d3cd9f60
- Child:
- 6:0060ffa3f4dc
diff -r 38086393d75b -r a5b4b36a1aed OpenSans_Font/OpenSans_Font.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/OpenSans_Font/OpenSans_Font.h Fri Aug 26 18:13:10 2016 +0000 @@ -0,0 +1,27 @@ +/** 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 +