From 08be81c00f4fce735979e6a684eeade00c1ce328 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Sat, 15 Jan 2000 06:12:19 +0000 Subject: Eliminate PangoCFont; For X, encode charset into upper 16 bits of 32 bit Sat Jan 15 01:06:45 2000 Owen Taylor * libpango/pangox.c libpango/pangox.h libpango/fonts.c libpango/glyphstring.c modules/basic/basic.c: Eliminate PangoCFont; For X, encode charset into upper 16 bits of 32 bit glyph IDs. Revise X core <=> module interfaces to support this change. Remove support for X_XLFD_FONT_RANGES, which has been disavowed by its proponents, in favor of checking metrics to figure out if the relevant characters are there. Rework operation of basic module to be faster and simple. * modules/Makefile.am: temporarily comment out Tamil and Hangul modules until I finish mucking with the X font interfaces. --- modules/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/Makefile.am') diff --git a/modules/Makefile.am b/modules/Makefile.am index f51d2bd6..33fc1857 100644 --- a/modules/Makefile.am +++ b/modules/Makefile.am @@ -1,3 +1,3 @@ ## Process this file with automake to create Makefile.in. -SUBDIRS=basic hangul tamil \ No newline at end of file +SUBDIRS=basic # hangul tamil \ No newline at end of file -- cgit v1.2.1