From f4092abdf94af6a99aff944d6264bc1284e8bdd4 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Mon, 10 Oct 2011 17:43:39 +0200 Subject: Imported nx-X11-3.1.0-1.tar.gz Summary: Imported nx-X11-3.1.0-1.tar.gz Keywords: Imported nx-X11-3.1.0-1.tar.gz into Git repository --- nx-X11/lib/Xft/README | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 nx-X11/lib/Xft/README (limited to 'nx-X11/lib/Xft/README') diff --git a/nx-X11/lib/Xft/README b/nx-X11/lib/Xft/README new file mode 100644 index 000000000..4a18a4c17 --- /dev/null +++ b/nx-X11/lib/Xft/README @@ -0,0 +1,65 @@ + Xft + X FreeType library + Version 2.1.7 + 2005-3-29 + +Xft version 2.1 is the first stand alone release of Xft, a library that +connects X applications with the FreeType font rasterization library. Xft +uses fontconfig to locate fonts so it has no configuration files. + +Version 2.1.7 + +Change FC_CHARCELL and FC_MONO interpretation. FC_MONO no longer clips +glyphs to charcell, you must specify FC_CHARCELL for that. + +Add support for FT_GlyphSlot_Embolden where it exists (which it usually +doesn't). + +Avoid crashing when using FT_Face objects. + +Version 2.1.6 + +Deal with broken FreeType 2.1.7 BDF/PCF loaders by trying both y_ppem/x_ppem +and width/height values. + +Version 2.1.5 + +Left some #warnings from testing in the 2.1.4 release. Spin again. + +Version 2.1.4 + +Work with older versions of Fontconfig by using various pattern elements +only when defined. + +Version 2.1.3 + +Change Freetype includes to new syntax. + +Search for nearest bitmap for bitmap-only fonts. + +Support fontconfig 2.2 release which doesn't include FC_HINT_STYLE. + +To release a version of this library: + + 1. Update the version numbers + configure.ac + Xft.h + 2. Fix the README + Change version number + Set the date + 3. Commit those changes + 4. rebuild the configuration files with autogen.sh + sh autogen.sh --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man + 5. make distcheck + 6. tag the tree + cvs tag Xft-2_1_xx + 7. Copy Xft-2.1.xx.tar.gz and Xft-2.1.xx.tar.bz2 to + freedesktop.org:/srv/xlibs.freedesktop.org/www/release + 8. Compute md5sums for release files: + md5sum Xft-2.1.xx.tar.gz Xft-2.1.xx.tar.bz2 + 9. Post a note to xorg@freedesktop.org. Include the md5sums. + gpg sign the message. + + +Keith Packard +keithp@keithp.com -- cgit v1.2.3