]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
switch to use mononoki in vfo panel mononoki-font
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Sun, 13 Feb 2022 07:30:20 +0000 (13:00 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Sun, 13 Feb 2022 07:30:20 +0000 (13:00 +0530)
vfo.c

diff --git a/vfo.c b/vfo.c
index 7e3d409a62ef27029aee18bd6976a19ba1049dd4..cb89d778d0fb4592341ad9d80c3763b63f3cd85f 100644 (file)
--- 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);