The only constant is changing constants
This commit is contained in:
parent
0d8185f5f9
commit
074554e03f
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
||||||
#include <hexagram/text.h>
|
#include <hexagram/text.h>
|
||||||
|
|
||||||
#define FONT_FACE "Muli"
|
#define FONT_FACE "Muli"
|
||||||
#define FONT_SLANT CAIRO_FONT_SLANT_NORMAL
|
#define FONT_SLANT HEXAGRAM_TEXT_FONT_SLANT
|
||||||
#define FONT_WEIGHT CAIRO_FONT_WEIGHT_BOLD
|
#define FONT_WEIGHT HEXAGRAM_TEXT_FONT_WEIGHT
|
||||||
#define FONT_SIZE 24
|
#define FONT_SIZE HEXAGRAM_TEXT_FONT_SIZE
|
||||||
|
|
||||||
static int draw_fg(hexagram_gauge *gauge, cairo_t *cr) {
|
static int draw_fg(hexagram_gauge *gauge, cairo_t *cr) {
|
||||||
hexagram_text *text = (hexagram_text *)gauge;
|
hexagram_text *text = (hexagram_text *)gauge;
|
||||||
|
|
Loading…
Add table
Reference in a new issue