summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b371e71)
raw | patch | inline | side by side (parent: b371e71)
author | cyreve <cyreve@users.sourceforge.net> | |
Mon, 29 May 2006 20:02:47 +0000 (20:02 +0000) | ||
committer | cyreve <cyreve@users.sourceforge.net> | |
Mon, 29 May 2006 20:02:47 +0000 (20:02 +0000) |
src/libnrtype/FontFactory.cpp | patch | blob | history |
index b55dc50c2c49b983e259174e1d6de08980a6379c..32f71aed0a2349b08c3a1b65eeef911633c671fe 100644 (file)
// no match
if ( canFail ) {
PANGO_DEBUG("falling back to Sans\n");
+ descr = pango_font_description_new();
pango_font_description_set_family(descr,"Sans");
res = Face(descr,false);
+ pango_font_description_free(descr);
}
}
} else {