aboutsummaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* Moved to MavenDavid Schweinsberg2019-09-07131-18076/+0
* Split off sample applicationDavid Schweinsberg2019-09-0722-3429/+0
* Use correct menus on macOSDavid Schweinsberg2019-08-311-0/+4
* Removed old com.apple.eawt codeDavid Schweinsberg2019-08-292-219/+22
* 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-0299-157/+0
* Displays bitmaps within the 'sbix' table (#7)David Schweinsberg2016-01-287-38/+152
* Added 'sbix' table (#7)David Schweinsberg2016-01-273-59/+178
* 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
* cmap Format 6 implementedDavid Schweinsberg2016-01-071-11/+20
* Fixed the length of bytes to skip with unknown cmap formats – but this stil...David Schweinsberg2016-01-071-1/+1
* CmapFormat tidy-upDavid Schweinsberg2016-01-066-263/+119
* Fixed addition attribute problem with SVG export.David Schweinsberg2016-01-052-39/+55
* CharacterMap cleanupDavid Schweinsberg2016-01-051-21/+13
* Added SLF4J & LogbackDavid Schweinsberg2016-01-041-10/+16
* 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 CffFon...David Schweinsberg2015-12-308-251/+312
* 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. T2Interp...David Schweinsberg2015-12-277-91/+162
* 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-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