Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | New CffFont class encapulates an individual font within a CFF table. ↵ | David Schweinsberg | 2015-12-27 | 7 | -91/+162 | |
| | | | | T2Interpreter references local and global subrs. | |||||
* | Load Private DICT and Local Subrs INDEX for each CFF font. | David Schweinsberg | 2015-12-19 | 1 | -0/+29 | |
| | ||||||
* | More cleanup | David Schweinsberg | 2015-12-16 | 3 | -31/+12 | |
| | ||||||
* | Partial cleanup | David Schweinsberg | 2015-12-15 | 1 | -118/+43 | |
| | ||||||
* | Fixed CFF CharsetFormat ranges bug. | David Schweinsberg | 2015-12-14 | 4 | -19/+10 | |
| | ||||||
* | Code modernisation. | David Schweinsberg | 2015-12-11 | 1 | -63/+70 | |
| | ||||||
* | Fixed handling of CFF hintmask/cntrmask data bytes. | David Schweinsberg | 2015-12-10 | 2 | -87/+84 | |
| | ||||||
* | 3-byte operands now retain their signedness. | David Schweinsberg | 2015-12-09 | 2 | -32/+28 | |
| | ||||||
* | Updated project settings. | David Schweinsberg | 2015-12-09 | 3 | -10/+35 | |
| | ||||||
* | Updated email contact. | David Schweinsberg | 2015-12-09 | 126 | -129/+129 | |
| | ||||||
* | Updated About Box. | David Schweinsberg | 2015-12-09 | 1 | -3/+3 | |
| | ||||||
* | Merge branch 'master' of github.com:dcsch/typecast | David Schweinsberg | 2015-12-09 | 0 | -0/+0 | |
|\ | ||||||
| * | Changed README flavour to markdown. NetBeans project settings were updated. | David Schweinsberg | 2015-12-09 | 6 | -166/+940 | |
| | | ||||||
* | | Changed README flavour to markdown. NetBeans project settings were updated. | David Schweinsberg | 2015-12-09 | 6 | -166/+940 | |
|/ | ||||||
* | Removed cast to short. | David Schweinsberg | 2010-08-10 | 1 | -3/+3 | |
| | ||||||
* | Minor cleanup. | David Schweinsberg | 2010-08-10 | 1 | -2/+1 | |
| | ||||||
* | Fixed problem where unsigned shorts were being read in as signed shorts. | David Schweinsberg | 2010-08-10 | 2 | -11/+11 | |
| | ||||||
* | Now throws IOException when files don't exist. | David Schweinsberg | 2010-08-10 | 1 | -6/+4 | |
| | ||||||
* | Modified handling of Mac-specific menus and removed references to Apple ↵ | David Schweinsberg | 2009-05-22 | 7 | -243/+529 | |
| | | | | packages. | |||||
* | Passing null indicies to CharstringType2 just to make it compile at the moment. | David Schweinsberg | 2007-07-26 | 1 | -7/+9 | |
| | ||||||
* | Added local and global indicies as constructor parameters. | David Schweinsberg | 2007-07-26 | 1 | -3/+16 | |
| | ||||||
* | Removed obsolete includes. | David Schweinsberg | 2007-07-26 | 1 | -4/+2 | |
| | ||||||
* | Removed obsolete include. | David Schweinsberg | 2007-07-26 | 1 | -2/+1 | |
| | ||||||
* | Initial implementations of lineto and curveto operations. | David Schweinsberg | 2007-07-26 | 1 | -58/+266 | |
| | ||||||
* | New Type 2 Charstring handling classes. | David Schweinsberg | 2007-02-21 | 2 | -0/+921 | |
| | ||||||
* | Fixed 'index' name clash. | David Schweinsberg | 2007-02-21 | 1 | -24/+24 | |
| | ||||||
* | Added an index property to Charstrings. Added some public access to the ↵ | David Schweinsberg | 2007-02-21 | 1 | -18/+28 | |
| | | | | 'instruction pointer'. | |||||
* | Added an index property to Charstrings. | David Schweinsberg | 2007-02-21 | 2 | -4/+7 | |
| | ||||||
* | Added Charstring handling. | David Schweinsberg | 2007-02-21 | 3 | -14/+50 | |
| | ||||||
* | Fixed typo in "know-how" | David Schweinsberg | 2007-02-20 | 1 | -2/+2 | |
| | ||||||
* | Tweaked the spaces in the link bar. | David Schweinsberg | 2007-02-20 | 2 | -4/+4 | |
| | ||||||
* | The new download page with a link to the ancient release 0.5.1. | David Schweinsberg | 2007-02-20 | 1 | -0/+14 | |
| | ||||||
* | Added a download link. | David Schweinsberg | 2007-02-20 | 1 | -2/+2 | |
| | ||||||
* | FileDialog now uses the MacOSFilenameFilter when running under Mac OS X. | David Schweinsberg | 2007-02-09 | 1 | -13/+3 | |
| | ||||||
* | Updated the copyright message. | David Schweinsberg | 2007-02-09 | 1 | -3/+3 | |
| | ||||||
* | New class to handle filename filtering on Mac OS X by using extensions and ↵ | David Schweinsberg | 2007-02-09 | 1 | -0/+96 | |
| | | | | also examining the content types of resource forks. | |||||
* | Added an hourglass to the loadFont command. Added Filename filter for Mac ↵ | David Schweinsberg | 2007-02-08 | 1 | -10/+35 | |
| | | | | OS X-specific file dialog. | |||||
* | Included a check in the "toString" method that a horiz and vert axis ↵ | David Schweinsberg | 2007-02-08 | 1 | -7/+11 | |
| | | | | actually exist before trying to dump it. | |||||
* | Added Type 2 Charstring handling to the CFF table. | David Schweinsberg | 2007-02-08 | 3 | -9/+461 | |
| | ||||||
* | Added subnodes to the CFF table node. Reinstated the GSUB subnodes. | David Schweinsberg | 2007-02-08 | 1 | -9/+45 | |
| | ||||||
* | Changed the Apache attribution again, this time in line what what is ↵ | David Schweinsberg | 2007-02-08 | 1 | -2/+2 | |
| | | | | required in the licence text. | |||||
* | Added an initial incomplete implementation of the 'CFF' table. | David Schweinsberg | 2007-02-05 | 1 | -0/+408 | |
| | ||||||
* | Support class for CffTable. | David Schweinsberg | 2007-02-05 | 1 | -0/+424 | |
| | ||||||
* | A small change to set the _buf to null when we've finished with it, so the ↵ | David Schweinsberg | 2007-02-05 | 1 | -2/+5 | |
| | | | | GC can do its stuff. | |||||
* | Added 'CFF' table. | David Schweinsberg | 2007-02-05 | 1 | -1/+2 | |
| | ||||||
* | Added a copyright string to the About Box to reference the transfer of ↵ | David Schweinsberg | 2007-02-05 | 2 | -6/+17 | |
| | | | | copyright of portions of the code to the Apache Batik project. | |||||
* | Added 'BASE' table. | David Schweinsberg | 2007-02-02 | 2 | -1/+431 | |
| | ||||||
* | Fixed a bug for when 'readTable' is asked for a table that doesn't exist. | David Schweinsberg | 2007-01-31 | 1 | -1/+4 | |
| | ||||||
* | Added 'vhea' table to the list of prerequsite table loads. | David Schweinsberg | 2007-01-31 | 1 | -2/+13 | |
| | ||||||
* | Added 'vhea' and 'vmtx' tables. | David Schweinsberg | 2007-01-31 | 1 | -1/+3 | |
| |