NEWS 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. Xft
  2. X FreeType library
  3. Version 2.3.0
  4. 2012-03-07
  5. Xft version 2.1 was the first stand alone release of Xft, a library that
  6. connects X applications with the FreeType font rasterization library. Xft
  7. uses fontconfig to locate fonts so it has no configuration files.
  8. Version 2.3.2
  9. Build fix for freetype 2.5.1, man page fix for XftDrawString8 & XftDrawRect.
  10. Version 2.3.1
  11. Fix regression that broke bold fonts in 2.3.0, remove dead code.
  12. Version 2.3.0
  13. Subpixel LCD text rendering improvements
  14. Dropped support for versions of freetype2, fontconfig & libXrender that
  15. pre-dated pkgconfig support.
  16. Raised minimum required versions to freetype2 2.1.6 & fontconfig 2.5.92.
  17. Version 2.2.0
  18. Dropped xft-config, now that pkg-config is well established.
  19. Version 2.1.14
  20. Added fake bold support (#1579, Novell #38202/223682).
  21. Version 2.1.13
  22. Fix hashing in 64-bit versions. Register objects with freetype.
  23. Fix XftDrawRect when Render not supported.
  24. Version 2.1.12
  25. Fix exporting of XftNameUnparse function.
  26. Version 2.1.9
  27. Stop exporting unnecessary symbols.
  28. Version 2.1.7
  29. Change FC_CHARCELL and FC_MONO interpretation. FC_MONO no longer clips
  30. glyphs to charcell, you must specify FC_CHARCELL for that.
  31. Add support for FT_GlyphSlot_Embolden where it exists (which it usually
  32. doesn't).
  33. Avoid crashing when using FT_Face objects.
  34. Version 2.1.6
  35. Deal with broken FreeType 2.1.7 BDF/PCF loaders by trying both y_ppem/x_ppem
  36. and width/height values.
  37. Version 2.1.5
  38. Left some #warnings from testing in the 2.1.4 release. Spin again.
  39. Version 2.1.4
  40. Work with older versions of Fontconfig by using various pattern elements
  41. only when defined.
  42. Version 2.1.3
  43. Change Freetype includes to new syntax.
  44. Search for nearest bitmap for bitmap-only fonts.
  45. Support fontconfig 2.2 release which doesn't include FC_HINT_STYLE.