]> git.wh0rd.org - fontconfig.git/blobdiff - ChangeLog
Check for non-empty face->family_name and face->style_name before using
[fontconfig.git] / ChangeLog
index b89f20b1146e5bd195c2f29deb9575c62d85156e..159a76a019aacd95cdbb4f72c460c4d4f263a853 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2004-12-04  Keith Packard  <keithp@keithp.com>
+
+       * src/fcfreetype.c: (FcFreeTypeQuery):
+       Check for non-empty face->family_name and face->style_name
+       before using those for the font.  Empty names match everything.
+       Bug #171.
+
+2004-12-04  Keith Packard  <keithp@keithp.com>
+
+       * configure.in:
+       * fontconfig/fontconfig.h:
+       * src/fcfreetype.c: (FcFreeTypeQuery):
+       * src/fcname.c:
+       Create FC_FONTFORMAT from FT_Get_X11_Font_Format function where
+       available.  This provides font file format information (BDF, Type 1,
+       PCF, TrueType) for each font.  Closes #109.
+
 2004-12-04  Daniel Glassey <danglassey@ntlworld.com>
 
        reviewed by: Keith Packard  <keithp@keithp.com>