[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase/kcontrol/kfontinst
From:       Craig Drummond <craig () kde ! org>
Date:       2004-04-03 9:36:35
Message-ID: 20040403093635.D16DA99ED () office ! kde ! org
[Download RAW message or body]

CVS commit by craig: 

Require FreeType2 >=2.1.3


  M +11 -6     ChangeLog   1.16
  M +2 -2      configure.in.in   1.22


--- kdebase/kcontrol/kfontinst/ChangeLog  #1.15:1.16
@@ -1,10 +1,15 @@
 KDE3.2 -> KDE3.3
 ================
-1. List fonts as "Full Name" -> i.e. "Times New Roman".
-2. Preview of bitmap fonts.
-3. No fontname-title in thumbnails - as fonts:/ lists the fontnames!
-4. When copying to fonts:/ (as non-root) only ask for destination if more than 5 \
                seconds
-   since previously asked.
-5. Add a konqueror service menu "Install"
+1.  List fonts as "Full Name" -> i.e. "Times New Roman".
+2.  Preview of bitmap fonts.
+3.  No fontname-title in thumbnails - as fonts:/ lists the fontnames!
+4.  When copying to fonts:/ (as non-root) only ask for destination if more than 5 \
seconds +    since previously asked.
+5.  Add a konqueror service menu "Install"
+6.  Use FreeType2 for reading Type1 - instead of parsing the pfa/pfb header.
+7.  FamilyName is now the fonts *real* family name - no adding of style information.
+8.  Add extra style information (which was previously added to FamilyName) into the \
XLFD. +9.  Consider regular weight to be medium (same as mkfontscale).
+10. Default to width=normal, weight=medium if not set.
 
 KDE3.1 -> KDE3.2

--- kdebase/kcontrol/kfontinst/configure.in.in  #1.21:1.22
@@ -9,5 +9,5 @@
 if test -n "$FREETYPE_CONFIG"; then
   vers=`$FREETYPE_CONFIG --version 2>/dev/null | sed -e 's/libfreetype //' | awk \
                'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
-  if test -n "$vers" && test "$vers" -ge 6001000
+  if test -n "$vers" && test "$vers" -ge 9002003
   then
      LIBFREETYPE_LIBS="`$FREETYPE_CONFIG --libs`"
@@ -24,5 +24,5 @@
      FOUND_FREETYPE=1
   else
-     AC_MSG_WARN([You need at least FreeType 2.0.2])
+     AC_MSG_WARN([You need at least FreeType 2.1.3])
   fi
 fi


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic