shithub: freetype+ttf2subf

Download patch

ref: 34f4b20a154f8f7f7ed80e3f577d49c9cdddcd26
parent: a399588ae26220de9b138c4b1f66f54699bbd9da
author: suzuki toshiya <[email protected]>
date: Thu Jan 6 06:19:50 EST 2011

Update Jamfile to include Bzip2 support.

* Jamfile: Include src/bzip2 to project.
Comments for lzw, gzip, bzip2 are changed to clarify that
they are for compressed PCF fonts, not others.
(e.g. compressed BDF fonts are not supported yet)

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-01-06  suzuki toshiya  <[email protected]>
+
+	Update Jamfile to include Bzip2 support.
+
+	* Jamfile: Include src/bzip2 to project.
+	Comments for lzw, gzip, bzip2 are changed to clarify that
+	they are for compressed PCF fonts, not others.
+	(e.g. compressed BDF fonts are not supported yet)
+
 2010-01-05  suzuki toshiya  <[email protected]>
 
 	Update Symbian project files to include Bzip2 support.
--- a/Jamfile
+++ b/Jamfile
@@ -76,9 +76,10 @@
                   cache      # cache sub-system
                   cff        # CFF/CEF font driver
                   cid        # PostScript CID-keyed font driver
-                  gzip       # support for gzip-compressed files
-                  lzw        # support for LZW-compressed files
                   pcf        # PCF font driver
+                  bzip2      # support for bzip2-compressed PCF font
+                  gzip       # support for gzip-compressed PCF font
+                  lzw        # support for LZW-compressed PCF font
                   pfr        # PFR/TrueDoc font driver
                   psaux      # common PostScript routines module
                   pshinter   # PostScript hinter module