arial_8_ukr.h 284 B

1234567891011121314151617
  1. /* vim: set ai et ts=4 sw=4: */
  2. #ifndef __ARIAL_8_UKR_H__
  3. #define __ARIAL_8_UKR_H__
  4. #include <stdint.h>
  5. /*
  6. typedef struct {
  7. const uint8_t width;
  8. uint8_t height;
  9. const uint16_t *data;
  10. const uint8_t *width;
  11. } FontDef;
  12. */
  13. extern FontDef Font_8x10;
  14. #endif // __ARIAL_8_UKR_H__