blob: ffe9ac4029ccfc315f2dd204dbb4355918e0f088 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/dialogs/dialog-stf-preview.c.orig Fri Dec 14 13:14:57 2001
+++ src/dialogs/dialog-stf-preview.c Fri Dec 14 13:15:42 2001
@@ -613,7 +613,7 @@
* The name of the default font for this locale.
* Preferably something with the correct encoding.
*/
- renderdata->font = gdk_fontset_load (_("fixed"));
+ renderdata->font = gdk_fontset_load ("-*-medium-r-normal-*-14-*-iso8859-1,-*-medium-r-normal--14-*-*-*-*-*-big5-0");
renderdata->charwidth = gdk_string_width (renderdata->font, "W");
renderdata->charheight = gdk_string_height (renderdata->font, "W");
|