<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,7 @@
+2008-05-28 Fix rendering of composite glyphs in Type 3 conversion
+           (particularly as evidenced in the Eunjin.ttf Korean font)
+           Thanks Jae-Joon Lee for finding this!
+
 2008-05-27 Rewrote the cm.ScalarMappable callback infrastructure to
            use cbook.CallbackRegistry rather than custom callback
            handling.  Amy users of add_observer/notify of the</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -531,8 +531,8 @@ void GlyphToType3::do_composite(TTStreamWriter&amp; stream, struct TTFONT *font, BYT
 	    }
     	else			/* The tt spec. does not clearly indicate */
     	    {			/* whether these values are signed or not. */
-    	    arg1 = *(glyph++);
-    	    arg2 = *(glyph++);
+              arg1 = *(signed char *)(glyph++);
+              arg2 = *(signed char *)(glyph++);
 	    }
 
 	if(flags &amp; WE_HAVE_A_SCALE)</diff>
      <filename>ttconv/pprdrv_tt2.cpp</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>28160477d27f588d07e31570bef1bf016b828c45</id>
    </parent>
  </parents>
  <author>
    <name>mdboom</name>
    <email>mdboom@f61c4167-ca0d-0410-bb4a-bb21726e55ed</email>
  </author>
  <url>http://github.com/mattfoster/matplotlib/commit/c21442a9458175239c767a6c5f6cf5b7186da424</url>
  <id>c21442a9458175239c767a6c5f6cf5b7186da424</id>
  <committed-date>2008-05-28T06:36:50-07:00</committed-date>
  <authored-date>2008-05-28T06:36:50-07:00</authored-date>
  <message>Merged revisions 5276-5283 via svnmerge from 
https://matplotlib.svn.sf.net/svnroot/matplotlib/branches/v0_91_maint

........
r5283 | mdboom | 2008-05-28 09:31:39 -0400 (Wed, 28 May 2008) | 4 lines

Fix rendering of composite glyphs in Type 3 conversion (particularly
as evidenced in the Eunjin.ttf Korean font) Thanks Jae-Joon Lee for
finding this!

........


git-svn-id: file:///mnt/workdisk/tmp/matplotlib-svn-rsync/trunk/matplotlib@5284 f61c4167-ca0d-0410-bb4a-bb21726e55ed</message>
  <tree>b182770a6476eb63e46ba285bb690c1220e7cf20</tree>
  <committer>
    <name>mdboom</name>
    <email>mdboom@f61c4167-ca0d-0410-bb4a-bb21726e55ed</email>
  </committer>
</commit>
