aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed handling of CFF hintmask/cntrmask data bytes.David Schweinsberg2015-12-101-8/+18
* 3-byte operands now retain their signedness.David Schweinsberg2015-12-092-32/+28
* Updated project settings.David Schweinsberg2015-12-091-3/+3
* Updated email contact.David Schweinsberg2015-12-09126-129/+129
* Updated About Box.David Schweinsberg2015-12-091-3/+3
* 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 packa...David Schweinsberg2009-05-224-61/+237
* 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 'ins...David Schweinsberg2007-02-211-18/+28
* Added an index property to Charstrings.David Schweinsberg2007-02-212-4/+7
* Added Charstring handling.David Schweinsberg2007-02-213-14/+50
* 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 al...David Schweinsberg2007-02-091-0/+96
* Added an hourglass to the loadFont command. Added Filename filter for Mac OS...David Schweinsberg2007-02-081-10/+35
* Included a check in the "toString" method that a horiz and vert axis actually...David Schweinsberg2007-02-081-7/+11
* Added Type 2 Charstring handling to the CFF table.David Schweinsberg2007-02-083-9/+461
* Added subnodes to the CFF table node. Reinstated the GSUB subnodes.David Schweinsberg2007-02-081-9/+45
* Changed the Apache attribution again, this time in line what what is required...David Schweinsberg2007-02-081-2/+2
* Added an initial incomplete implementation of the 'CFF' table.David Schweinsberg2007-02-051-0/+408
* Support class for CffTable.David Schweinsberg2007-02-051-0/+424
* A small change to set the _buf to null when we've finished with it, so the GC...David Schweinsberg2007-02-051-2/+5
* Added 'CFF' table.David Schweinsberg2007-02-051-1/+2
* Added a copyright string to the About Box to reference the transfer of copyri...David Schweinsberg2007-02-052-6/+17
* Added 'BASE' table.David Schweinsberg2007-02-022-1/+431
* Fixed a bug for when 'readTable' is asked for a table that doesn't exist.David Schweinsberg2007-01-311-1/+4
* Added 'vhea' table to the list of prerequsite table loads.David Schweinsberg2007-01-311-2/+13
* Added 'vhea' and 'vmtx' tables.David Schweinsberg2007-01-311-1/+3
* Added 'vmtx' table.David Schweinsberg2007-01-311-0/+112
* Added 'vhea' table.David Schweinsberg2007-01-311-0/+147
* Fixed bug that allowed duplicates in the MRU list.David Schweinsberg2007-01-301-3/+12
* Added the 'VDMX' table.David Schweinsberg2007-01-302-1/+199
* Restructured table loading so that prerequesite tables are loaded first, whic...David Schweinsberg2007-01-301-20/+39
* Moved all initialisation code into the constructor.David Schweinsberg2007-01-303-68/+55
* Added constructor parameters for revised table initialisation. Added 'hdmx' ...David Schweinsberg2007-01-301-4/+7
* Added 'hdmx' table loading.David Schweinsberg2007-01-301-0/+119
* Added loading of Mac resource-fork-based fonts.David Schweinsberg2007-01-291-6/+15
* Added a test to access Mac resource fork-based fonts.David Schweinsberg2007-01-291-3/+6
* Removed preference storage in a Property object, which is now replaced with t...David Schweinsberg2007-01-261-25/+12
* Added menu text.David Schweinsberg2007-01-261-9/+12
* Replaced Properties with EditorPrefs.David Schweinsberg2007-01-261-8/+7