From 87ee2565fddf8d9ff552e2000ceca58ec34605d5 Mon Sep 17 00:00:00 2001 From: Ramakrishnan Muthukrishnan Date: Sun, 13 Feb 2022 13:00:20 +0530 Subject: [PATCH] switch to use mononoki in vfo panel --- vfo.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); -- 2.45.2