summaryrefslogtreecommitdiff
path: root/examples/viewer.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-01-18 03:03:07 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-01-18 03:03:07 +0000
commitdc428426c9c618412eae117d7cc542e64b7babe3 (patch)
tree267db5934b4dbdb7c7bc288aea55ab3f5cf38326 /examples/viewer.c
parent4f4abbdc8fc0cd0547b0df81eb6f7bb3c77dee7e (diff)
downloadpango-dc428426c9c618412eae117d7cc542e64b7babe3.tar.gz
Updated to use new X font mechanism.
Mon Jan 17 22:03:24 2000 Owen Taylor <otaylor@redhat.com> * modules/hangul/hangul.c modules/tamil/tamil.c: Updated to use new X font mechanism. * libpango/pangox.[ch]: Misc bugfixes, no longer segfaults.
Diffstat (limited to 'examples/viewer.c')
-rw-r--r--examples/viewer.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/viewer.c b/examples/viewer.c
index 9a719e5d..c5411ab8 100644
--- a/examples/viewer.c
+++ b/examples/viewer.c
@@ -829,8 +829,9 @@ main (int argc, char **argv)
*/
font = pango_x_load_font (GDK_DISPLAY(),
/* "-misc-fixed-medium-r-semicondensed--13-*-*-*-c-*-iso10646-1," */
- "-gnu-unifont-medium-r-normal--16-*-*-*-c-*-iso10646-1,"
- "-*-*-medium-r-normal--16-*-*-*-*-*-*-*");
+ "-tamil-tscakaram-medium-r-normal--*-120-*-*-*-*-tscii-0,"
+ "-gnu-unifont-medium-r-normal--*-160-*-*-c-*-iso10646-1,"
+ "-*-*-medium-r-normal--*-160-*-*-*-*-*-*");
/* Create the user interface
*/