aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* NetBeans insisted on this modification when upgrading to 5.5.David Schweinsberg2007-01-291-2/+7
* 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
* Implemented MRU list. Included stub for zoom preference.David Schweinsberg2007-01-251-2/+49
* Restructured File and Help menus. Replaced Properties with EditorPrefs to ho...David Schweinsberg2007-01-251-54/+79
* Small updates to the text.David Schweinsberg2007-01-251-3/+3
* Apple HI Guideline conformance update.David Schweinsberg2007-01-254-58/+129
* Added to support Apple HI Guideline conformance when running under Mac OS X.David Schweinsberg2007-01-251-0/+56
* Added new menu strings.David Schweinsberg2007-01-251-1/+9
* Added a check that a composite glyph isn't referencing null glyphs.David Schweinsberg2007-01-251-3/+6
* Modified to conform with Apple HI Guidelines.David Schweinsberg2007-01-255-66/+133
* Updated copyright date.David Schweinsberg2007-01-241-2/+2
* Checks that getDescription(int i) is within bounds.David Schweinsberg2007-01-241-2/+6
* Moved main application from net.java.dev.typecast.apps.editor.Main to net.jav...David Schweinsberg2007-01-241-1/+1
* Removed a few redundant casts to eliminate warnings.David Schweinsberg2007-01-246-15/+15
* Checked-in with a test value.David Schweinsberg2007-01-241-1/+4
* Updated licence header and a bit of a tidy up.David Schweinsberg2007-01-2429-551/+1487
* Modified to use DataInput rather than RandomAccessFile.David Schweinsberg2007-01-243-49/+178
* Now uses base class EditorView and tidied-up appearance.David Schweinsberg2007-01-241-71/+87
* Moved to net.java.dev.typecast.app.editor.David Schweinsberg2007-01-2412-2193/+0
* New package with new EditorView base class.David Schweinsberg2007-01-241-0/+32
* Renamed from package net.java.dev.typecase.apps.David Schweinsberg2007-01-2413-0/+2295
* Added Wiki linkDavid Schweinsberg2005-03-251-1/+2
* renamed "version" to "language" to conform with the specDavid Schweinsberg2004-12-212-9/+9
* Now implementedDavid Schweinsberg2004-12-211-12/+97
* - extended to show character codesDavid Schweinsberg2004-12-211-13/+50