diff options
author | Tor Lillqvist <tml@iki.fi> | 2003-05-29 22:02:58 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2003-05-29 22:02:58 +0000 |
commit | 17f905e5da832ed555b5ebd3c5353842bf8b1471 (patch) | |
tree | 1dd1a3789f3967ab22d45352c48ac1f334159889 /README.win32 | |
parent | f74a7de5f5b66832db3102594973e638d5ced4ed (diff) | |
download | pango-17f905e5da832ed555b5ebd3c5353842bf8b1471.tar.gz |
Add HAVE_X.
2003-05-29 Tor Lillqvist <tml@iki.fi>
* acconfig.h: Add HAVE_X.
* configure.in: Set HAVE_X.
* modules/thai/thai-shaper.h: Don't include pangox.h unless
HAVE_X. Also leave out the PangoXSubfont field unless HAVE_X.
* modules/hangul/Makefile.am
* modules/indic/Makefile.am
* modules/thai/Makefile.am: Use -no-undefined on Windows.
* modules/thai/thai-shaper.c: Include config.h for HAVE_X.
* README.win32: Some minor edits.
* pango/pango.def: Add pango_fc_* entries.
* pango/pangoft2.def: Add some missing entries.
Diffstat (limited to 'README.win32')
-rw-r--r-- | README.win32 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/README.win32 b/README.win32 index 50df5a19..654ae757 100644 --- a/README.win32 +++ b/README.win32 @@ -1,8 +1,7 @@ -There are two Pango backends written for Win32: pangowin32 and -pangoft2. Pangowin32 uses the Win32 GDI font API. Pangoft2 uses -FreeType2. Neither one is even close to being as useable as the X11 -backend. They are buggy and slow, and print copious amounts of -debugging output. +The Pango backend written for Win32 is pangowin32. Pangowin32 uses the +Win32 GDI font API. GTK+ on Win32 uses the pangowin32 backend. The +pangoft2 backend was originally written with Win32 in mind, but its +main use nowadays is on other platforms than Win32. There are two supported ways to build Pango for Win32: |