diff options
author | adam <adam@pkgsrc.org> | 2011-05-02 11:15:41 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-05-02 11:15:41 +0000 |
commit | b6594a2a8254b962fa9862b3616f63335ce6d5c1 (patch) | |
tree | b9f8285c8b2e1e0a279ebe330ef53742af6eeb47 /fonts/fontforge/PLIST | |
parent | 8abbd9ff5f0769bd419c5348bcbd474dcb39d407 (diff) | |
download | pkgsrc-b6594a2a8254b962fa9862b3616f63335ce6d5c1.tar.gz |
Changes 20110222:
* Did a lot of work to improve the accuracy in remove overlap. Improved
accuracy means that it is less likely to do the wrong thing. Problems happen
when there are points or intersections very close to each other.
(So quadratic glyphs are more likely to have problems than cubics simply
because they have more points, on average).
* Fix various error messages.
* Remove some obsolete documentation.
* Technical fixes to stroking code.
* Add a miterlimit to stroking code.
* FontForge was using the wrong MIME type for svg files. W3C has changed it and
it's now "image/svg+xml" not "image/svg-xml" or "image/svg".
* Since Inkscape images tend to be at unexpected y positions, force the view to
rescale/recenter itself if the result after a paste/import is outside the
current window. (Inkscape tends to put things at the top of a page, but the
origin is at the bottom, and FF looks at the origin.
* A line joint of 180 degrees (which shouldn't have happened in stroking, but
did) caused an infinite loop.
* Typo in add extrema code (again).
* More...
Diffstat (limited to 'fonts/fontforge/PLIST')
-rw-r--r-- | fonts/fontforge/PLIST | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fonts/fontforge/PLIST b/fonts/fontforge/PLIST index 7de29533c5a..d2fe38c3599 100644 --- a/fonts/fontforge/PLIST +++ b/fonts/fontforge/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.29 2010/05/21 06:34:23 adam Exp $ +@comment $NetBSD: PLIST,v 1.30 2011/05/02 11:15:42 adam Exp $ bin/fontforge bin/fontimage bin/fontlint @@ -13,7 +13,7 @@ include/fontforge/bitmapcontrol.h include/fontforge/chardata.h include/fontforge/charset.h include/fontforge/config.h -include/fontforge/configure-pfaedit.h +include/fontforge/configure-fontforge.h include/fontforge/delta.h include/fontforge/dynamic.h include/fontforge/edgelist.h @@ -22,6 +22,7 @@ include/fontforge/encoding.h include/fontforge/fffreetype.h include/fontforge/ffpython.h include/fontforge/fileutil.h +include/fontforge/fontforge.h include/fontforge/fontforgevw.h include/fontforge/fvmetrics.h include/fontforge/gdraw.h @@ -45,7 +46,6 @@ include/fontforge/mm.h include/fontforge/namehash.h include/fontforge/nonlineartrans.h include/fontforge/ofl.h -include/fontforge/pfaedit.h include/fontforge/plugins.h include/fontforge/print.h include/fontforge/psfont.h @@ -247,7 +247,7 @@ share/locale/es/LC_MESSAGES/FontForge.mo share/locale/fr/LC_MESSAGES/FontForge.mo share/locale/it/LC_MESSAGES/FontForge.mo share/locale/ja/LC_MESSAGES/FontForge.mo -share/locale/mal/LC_MESSAGES/FontForge.mo +share/locale/ml/LC_MESSAGES/FontForge.mo share/locale/pl/LC_MESSAGES/FontForge.mo share/locale/ru/LC_MESSAGES/FontForge.mo share/locale/uk/LC_MESSAGES/FontForge.mo |