mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-28 05:34:47 +01:00
8 lines
114 B
C
8 lines
114 B
C
#ifndef FONT_H
|
|
#define FONT_H
|
|
|
|
#define FONT_FAMILY "Arial"
|
|
#define FONT_SIZE 12 // px
|
|
|
|
#endif // FONT_H
|