diff options
| author | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-03-08 04:50:32 +0000 |
|---|---|---|
| committer | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-03-08 04:50:32 +0000 |
| commit | 4229911ec640fa8c36ae601eb5640423eeae3f71 (patch) | |
| tree | 58b75091855e5e96a241b13dfc6cd61d99536bc7 /chinese/gnumeric/files/patch-aa | |
| parent | b412f9321323a2851c66a5f7e1df13b1488f3b88 (diff) | |
Adds two trivial fixes to the gdk_fontset_load() argument, so
numbers and alphabets on widgets like the leftest column can
be shown correctly.
Reported by: keichii
Diffstat (limited to 'chinese/gnumeric/files/patch-aa')
| -rw-r--r-- | chinese/gnumeric/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/gnumeric/files/patch-aa b/chinese/gnumeric/files/patch-aa index a385c0199fcb..3856b9fffe13 100644 --- a/chinese/gnumeric/files/patch-aa +++ b/chinese/gnumeric/files/patch-aa @@ -5,7 +5,7 @@ renderdata->hashtable = g_hash_table_new (g_int_hash, g_int_equal); - renderdata->font = gdk_font_load ("fixed"); -+ renderdata->font = gdk_fontset_load ("-*-medium-r-normal--14-*-*-*-*-*-big5-0"); ++ 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"); |
