aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* CharacterMap cleanupDavid Schweinsberg2016-01-051-21/+13
|
* Added SLF4J & LogbackDavid Schweinsberg2016-01-046-22/+63
|
* Added building of contours with cubic curvesDavid Schweinsberg2016-01-042-54/+55
|
* Fixed an argument-popping bug in hvcurveto/vhcurvetoDavid Schweinsberg2016-01-041-5/+5
|
* Fixed a bug in vhcurveto/hvcurveto with the xf/yf valuesDavid Schweinsberg2016-01-041-4/+4
|
* Added implementations for vvcurve, hvcurve, and vhcurveDavid Schweinsberg2016-01-031-4/+90
|
* Minor debug output changesDavid Schweinsberg2016-01-022-3/+2
|
* Implemented subrs in Type 2 Charstring interpreterDavid Schweinsberg2015-12-313-24/+77
|
* Moved instruction pointer out of Charstring and into T2InterpreterDavid Schweinsberg2015-12-305-71/+86
|
* Split Glyph into TrueType and Type 2 Charstring implementations. Moved ↵David Schweinsberg2015-12-308-251/+312
| | | | CffFont loading into constructor.
* Shifted methods from CffTable into CffFontDavid Schweinsberg2015-12-303-30/+15
|
* Renamed t2 package to cff to reflect broader scopeDavid Schweinsberg2015-12-3023-39/+38
|
* Moved CffTable inner classes out into CFF-specific package.David Schweinsberg2015-12-2922-511/+844
|
* New CffFont class encapulates an individual font within a CFF table. ↵David Schweinsberg2015-12-277-91/+162
| | | | T2Interpreter references local and global subrs.
* Load Private DICT and Local Subrs INDEX for each CFF font.David Schweinsberg2015-12-191-0/+29
|
* More cleanupDavid Schweinsberg2015-12-163-31/+12
|
* Partial cleanupDavid Schweinsberg2015-12-151-118/+43
|
* Fixed CFF CharsetFormat ranges bug.David Schweinsberg2015-12-144-19/+10
|
* Code modernisation.David Schweinsberg2015-12-111-63/+70
|
* Fixed handling of CFF hintmask/cntrmask data bytes.David Schweinsberg2015-12-102-87/+84
|
* 3-byte operands now retain their signedness.David Schweinsberg2015-12-092-32/+28
|
* Updated project settings.David Schweinsberg2015-12-093-10/+35
|
* Updated email contact.David Schweinsberg2015-12-09126-129/+129
|
* Updated About Box.David Schweinsberg2015-12-091-3/+3
|
* Merge branch 'master' of github.com:dcsch/typecastDavid Schweinsberg2015-12-090-0/+0
|\
| * Changed README flavour to markdown. NetBeans project settings were updated.David Schweinsberg2015-12-096-166/+940
| |
* | Changed README flavour to markdown. NetBeans project settings were updated.David Schweinsberg2015-12-096-166/+940
|/
* Removed cast to short.David Schweinsberg2010-08-101-3/+3
|
* Minor cleanup.David Schweinsberg2010-08-101-2/+1
|
* Fixed problem where unsigned shorts were being read in as signed shorts.David Schweinsberg2010-08-102-11/+11
|
* Now throws IOException when files don't exist.David Schweinsberg2010-08-101-6/+4
|
* Modified handling of Mac-specific menus and removed references to Apple ↵David Schweinsberg2009-05-227-243/+529
| | | | packages.
* Passing null indicies to CharstringType2 just to make it compile at the moment.David Schweinsberg2007-07-261-7/+9
|
* Added local and global indicies as constructor parameters.David Schweinsberg2007-07-261-3/+16
|
* Removed obsolete includes.David Schweinsberg2007-07-261-4/+2
|
* Removed obsolete include.David Schweinsberg2007-07-261-2/+1
|
* Initial implementations of lineto and curveto operations.David Schweinsberg2007-07-261-58/+266
|
* New Type 2 Charstring handling classes.David Schweinsberg2007-02-212-0/+921
|
* Fixed 'index' name clash.David Schweinsberg2007-02-211-24/+24
|
* Added an index property to Charstrings. Added some public access to the ↵David Schweinsberg2007-02-211-18/+28
| | | | 'instruction pointer'.
* Added an index property to Charstrings.David Schweinsberg2007-02-212-4/+7
|
* Added Charstring handling.David Schweinsberg2007-02-213-14/+50
|
* Fixed typo in "know-how"David Schweinsberg2007-02-201-2/+2
|
* Tweaked the spaces in the link bar.David Schweinsberg2007-02-202-4/+4
|
* The new download page with a link to the ancient release 0.5.1.David Schweinsberg2007-02-201-0/+14
|
* Added a download link.David Schweinsberg2007-02-201-2/+2
|
* FileDialog now uses the MacOSFilenameFilter when running under Mac OS X.David Schweinsberg2007-02-091-13/+3
|
* Updated the copyright message.David Schweinsberg2007-02-091-3/+3
|
* New class to handle filename filtering on Mac OS X by using extensions and ↵David Schweinsberg2007-02-091-0/+96
| | | | also examining the content types of resource forks.
* Added an hourglass to the loadFont command. Added Filename filter for Mac ↵David Schweinsberg2007-02-081-10/+35
| | | | OS X-specific file dialog.