aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵David Schweinsberg2007-02-051-2/+5
| | | | GC can do its stuff.
* Added 'CFF' table.David Schweinsberg2007-02-051-1/+2
|
* Added a copyright string to the About Box to reference the transfer of ↵David Schweinsberg2007-02-052-6/+17
| | | | copyright of portions of the code to the Apache Batik project.
* 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, ↵David Schweinsberg2007-01-301-20/+39
| | | | which are then referenced whilst loading tables that need information from them. This eliminates the need for a separate 'init' stage for those tables.
* 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
| | | | table.
* 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 ↵David Schweinsberg2007-01-261-25/+12
| | | | the EditorPrefs object.
* 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 ↵David Schweinsberg2007-01-251-54/+79
| | | | hold MRU details.
* 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 ↵David Schweinsberg2007-01-241-1/+1
| | | | net.java.dev.typecast.app.editor.Main.
* 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
| | | | | - scaling of font calculated from units-per-em
* no messageDavid Schweinsberg2004-12-218-290/+365
|
* Added character map editorDavid Schweinsberg2004-12-212-25/+36
|
* New character map viewer / editorDavid Schweinsberg2004-12-211-0/+167
|
* Added new methods for returning character set rangesDavid Schweinsberg2004-12-218-222/+484
|
* Added handler for unknown cmap formatsDavid Schweinsberg2004-12-211-0/+54
|