From: Ramakrishnan Muthukrishnan Date: Sun, 13 Feb 2022 07:30:20 +0000 (+0530) Subject: switch to use mononoki in vfo panel X-Git-Url: https://git.rkrishnan.org/Site/Content/simplejson/statistics?a=commitdiff_plain;h=refs%2Fheads%2Fmononoki-font;p=pihpsdr.git switch to use mononoki in vfo panel --- diff --git a/vfo.c b/vfo.c index 7e3d409..cb89d77 100644 --- a/vfo.c +++ b/vfo.c @@ -953,7 +953,7 @@ void vfo_update() { cairo_set_source_rgb (cr, 0.0, 0.0, 0.0); cairo_paint (cr); - cairo_select_font_face(cr, "Cantarell", + cairo_select_font_face(cr, "mononoki", CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_WEIGHT_BOLD); @@ -1027,7 +1027,7 @@ void vfo_update() { s=0; // draw VFO A - cairo_select_font_face(cr, "Cantarell", + cairo_select_font_face(cr, "mononoki", CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_WEIGHT_NORMAL); @@ -1059,7 +1059,7 @@ void vfo_update() { cairo_set_source_rgb(cr, 0.0, 1.0, 0.0); cairo_show_text(cr, vfo_texts[2]); - cairo_select_font_face(cr, "Cantarell", + cairo_select_font_face(cr, "mononoki", CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_WEIGHT_BOLD);