diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-04-19 11:31:14 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-04-19 11:31:14 +0200 |
commit | 210aa185147fbae2e30b340abc1611e9655f738e (patch) | |
tree | 26c591565d8d147ec0a1447906754e8e179a9b3e /render.c | |
parent | 5cccc773e16eac40da497fd1c3bba305bf9781a5 (diff) | |
download | drminfo-210aa185147fbae2e30b340abc1611e9655f738e.tar.gz |
use specific font (Liberation Mono)
Diffstat (limited to 'render.c')
-rw-r--r-- | render.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ static void render_color_bar(cairo_t *cr, int x, int y, int w, int h, cairo_fill(cr); cairo_pattern_destroy(gr); - cairo_select_font_face(cr, "mono", + cairo_select_font_face(cr, "Liberation Mono", CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_WEIGHT_NORMAL); if (l2) { |