diff options
author | Reinhard Tartler <siretart@tauware.de> | 2011-10-10 17:43:39 +0200 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2011-10-10 17:43:39 +0200 |
commit | f4092abdf94af6a99aff944d6264bc1284e8bdd4 (patch) | |
tree | 2ac1c9cc16ceb93edb2c4382c088dac5aeafdf0f /nx-X11/lib/Xft/README | |
parent | a840692edc9c6d19cd7c057f68e39c7d95eb767d (diff) | |
download | nx-libs-f4092abdf94af6a99aff944d6264bc1284e8bdd4.tar.gz nx-libs-f4092abdf94af6a99aff944d6264bc1284e8bdd4.tar.bz2 nx-libs-f4092abdf94af6a99aff944d6264bc1284e8bdd4.zip |
Imported nx-X11-3.1.0-1.tar.gznx-X11/3.1.0-1
Summary: Imported nx-X11-3.1.0-1.tar.gz
Keywords:
Imported nx-X11-3.1.0-1.tar.gz
into Git repository
Diffstat (limited to 'nx-X11/lib/Xft/README')
-rw-r--r-- | nx-X11/lib/Xft/README | 65 |
1 files changed, 65 insertions, 0 deletions
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 |