aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #11 from dcsch/code-cleanupHEADmasterDavid Schweinsberg2019-09-15107-792/+729
|\ | | | | Code cleanup
| * Code cleanupDavid Schweinsberg2019-09-15107-792/+729
|/
* Added SVG font export testDavid Schweinsberg2019-09-158-40/+121
|
* Re-enable SVG font exportDavid Schweinsberg2019-09-153-202/+160
|
* Load font with byte arrayDavid Schweinsberg2019-09-1511-361/+212
|
* Start decoupling tables, fonts, and font collectionsDavid Schweinsberg2019-09-1335-935/+493
|
* Added basic font loading testDavid Schweinsberg2019-09-102-1/+45
|
* Added simple font collection testDavid Schweinsberg2019-09-104-14/+132
|
* Moved test directory to correct locationDavid Schweinsberg2019-09-101-0/+0
|
* Merge pull request #10 from dcsch/split-upDavid Schweinsberg2019-09-09174-3472/+138
|\ | | | | Reduced to library-only code
| * Removed unneeded dependenciesDavid Schweinsberg2019-09-092-12/+1
| |
| * Moved to MavenDavid Schweinsberg2019-09-07146-42/+147
| |
| * Retired app from main repositoryDavid Schweinsberg2019-09-0727-3429/+0
| |
| * Split off sample applicationDavid Schweinsberg2019-09-0729-2/+3
|/
* Use correct menus on macOSDavid Schweinsberg2019-08-311-0/+4
|
* Removed old com.apple.eawt codeDavid Schweinsberg2019-08-292-219/+22
|
* Migrated to IntelliJ IDEA as the primary dev environmentDavid Schweinsberg2019-08-2912-1621/+55
| | | | | | Farewell Netbeans, and on to the third IDE, though Eclipse has been used from time to time. This project was originally born on IBM's VisualAge for Java.
* Build out COLR and CPAL tablesDavid Schweinsberg2017-05-152-12/+179
|
* Added tooltip with glyph ID to character mapDavid Schweinsberg2017-05-121-1/+3
|
* Dump of GSUB coverageDavid Schweinsberg2017-05-125-13/+61
|
* Added some more tablesDavid Schweinsberg2017-05-115-0/+141
|
* Additional logging around font suitcasesDavid Schweinsberg2016-03-293-6/+46
|
* Small generics cleanupDavid Schweinsberg2016-02-022-5/+6
|
* Removed old CVS/SVN $Id$ cruftDavid Schweinsberg2016-02-02106-164/+0
|
* Displays bitmaps within the 'sbix' table (#7)David Schweinsberg2016-01-288-39/+153
|
* Added 'sbix' table (#7)David Schweinsberg2016-01-274-60/+179
|
* Updated Unicode Encoding IDsDavid Schweinsberg2016-01-271-6/+12
|
* Implemented mapCharCode on CmapFormat12David Schweinsberg2016-01-273-9/+29
|
* Corrected orientation of CharacterMap display after inversion of Y axisDavid Schweinsberg2016-01-272-5/+3
|
* Added the beginnings of cmap format 12, for issues #1 & #7.David Schweinsberg2016-01-208-34/+201
|
* Display of CFF hints (#3)David Schweinsberg2016-01-126-69/+90
|
* Capturing hstems and vstems. Reoriented coordinate system for GlyphEdit.David Schweinsberg2016-01-114-28/+163
|
* Small cleanup of supporting filesDavid Schweinsberg2016-01-079-121/+16
|
* cmap Format 6 implementedDavid Schweinsberg2016-01-071-11/+20
|
* Fixed the length of bytes to skip with unknown cmap formats – but this ↵David Schweinsberg2016-01-071-1/+1
| | | | still fails to deal with formats >= 8
* CmapFormat tidy-upDavid Schweinsberg2016-01-066-263/+119
|
* Fixed addition attribute problem with SVG export.David Schweinsberg2016-01-052-39/+55
| | | | OTFont provides access to T2Glyphs.
* 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
|