Skip to content

Commit

Permalink
added CXX ft2font
Browse files Browse the repository at this point in the history
svn path=/trunk/matplotlib/; revision=335
  • Loading branch information
jdh2358 committed Jun 9, 2004
1 parent 8b48580 commit ca0c212
Show file tree
Hide file tree
Showing 4 changed files with 954 additions and 1,216 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# Copyright (C) 2003 <jdhunter@ace.bsd.uchicago.edu>
# $Header$
# $Log$
# Revision 1.34 2004/06/09 13:47:55 jdh2358
# added CXX ft2font
#
# Revision 1.33 2004/05/19 19:55:18 jdh2358
# sync to 0.54
#
Expand Down Expand Up @@ -117,6 +120,7 @@ clean:
find . -name "_tmp*.py" | xargs rm -f;\
find . \( -name "*~" -o -name "*.pyc" \) | xargs rm -f;\
find examples \( -name "*.png" -o -name "*.ps" -o -name "*.jpg" -o -name "*.eps" \) | xargs rm -f
find unit \( -name "*.png" -o -name "*.ps" -o -name "*.jpg" -o -name "*.eps" \) | xargs rm -f
find . \( -name "#*" -o -name ".#*" -o -name ".*~" -o -name "*~" \) | xargs rm -f


Expand Down
4 changes: 3 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -410,4 +410,6 @@

-- use RGBA throughout lib

-- fix wrt log and recommit cvs
-- fix wrt log and recommit cvs

-- check Fernando's bounds problem with pcolor.
Loading

0 comments on commit ca0c212

Please sign in to comment.