]> granicus.if.org Git - graphviz/commitdiff
report pango's font backend in -v output
authorellson <devnull@localhost>
Wed, 6 Aug 2008 14:35:17 +0000 (14:35 +0000)
committerellson <devnull@localhost>
Wed, 6 Aug 2008 14:35:17 +0000 (14:35 +0000)
plugin/pango/gvtextlayout_pango.c

index 3674ac7b4418c67b0856dbad21384863b1e293ae..1dd8e195cddd45bf85aaad1ec1eb06422c98ca3b 100644 (file)
@@ -95,6 +95,9 @@ static boolean pango_textlayout(textpara_t * para, char **fontpath)
            buf[0] = '\0';
            if (psfnt)
                strcat(buf, "(ps) ");
+           strcat(buf, "(");
+           strcat(buf, fontclass);
+           strcat(buf, ") ");
 #ifdef HAVE_PANGO_FC_FONT_LOCK_FACE
            if (strcmp(fontclass, "PangoCairoFcFont") == 0) {
                FT_Face face;