Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated Unicode Encoding IDs | David Schweinsberg | 2016-01-27 | 1 | -6/+12 |
| | |||||
* | Implemented mapCharCode on CmapFormat12 | David Schweinsberg | 2016-01-27 | 3 | -9/+29 |
| | |||||
* | Corrected orientation of CharacterMap display after inversion of Y axis | David Schweinsberg | 2016-01-27 | 2 | -5/+3 |
| | |||||
* | Added the beginnings of cmap format 12, for issues #1 & #7. | David Schweinsberg | 2016-01-20 | 8 | -34/+201 |
| | |||||
* | Display of CFF hints (#3) | David Schweinsberg | 2016-01-12 | 6 | -69/+90 |
| | |||||
* | Capturing hstems and vstems. Reoriented coordinate system for GlyphEdit. | David Schweinsberg | 2016-01-11 | 4 | -28/+163 |
| | |||||
* | Small cleanup of supporting files | David Schweinsberg | 2016-01-07 | 9 | -121/+16 |
| | |||||
* | cmap Format 6 implemented | David Schweinsberg | 2016-01-07 | 1 | -11/+20 |
| | |||||
* | Fixed the length of bytes to skip with unknown cmap formats – but this ↵ | David Schweinsberg | 2016-01-07 | 1 | -1/+1 |
| | | | | still fails to deal with formats >= 8 | ||||
* | CmapFormat tidy-up | David Schweinsberg | 2016-01-06 | 6 | -263/+119 |
| | |||||
* | Fixed addition attribute problem with SVG export. | David Schweinsberg | 2016-01-05 | 2 | -39/+55 |
| | | | | OTFont provides access to T2Glyphs. | ||||
* | CharacterMap cleanup | David Schweinsberg | 2016-01-05 | 1 | -21/+13 |
| | |||||
* | Added SLF4J & Logback | David Schweinsberg | 2016-01-04 | 6 | -22/+63 |
| | |||||
* | Added building of contours with cubic curves | David Schweinsberg | 2016-01-04 | 2 | -54/+55 |
| | |||||
* | Fixed an argument-popping bug in hvcurveto/vhcurveto | David Schweinsberg | 2016-01-04 | 1 | -5/+5 |
| | |||||
* | Fixed a bug in vhcurveto/hvcurveto with the xf/yf values | David Schweinsberg | 2016-01-04 | 1 | -4/+4 |
| | |||||
* | Added implementations for vvcurve, hvcurve, and vhcurve | David Schweinsberg | 2016-01-03 | 1 | -4/+90 |
| | |||||
* | Minor debug output changes | David Schweinsberg | 2016-01-02 | 2 | -3/+2 |
| | |||||
* | Implemented subrs in Type 2 Charstring interpreter | David Schweinsberg | 2015-12-31 | 3 | -24/+77 |
| | |||||
* | Moved instruction pointer out of Charstring and into T2Interpreter | David Schweinsberg | 2015-12-30 | 5 | -71/+86 |
| | |||||
* | Split Glyph into TrueType and Type 2 Charstring implementations. Moved ↵ | David Schweinsberg | 2015-12-30 | 8 | -251/+312 |
| | | | | CffFont loading into constructor. | ||||
* | Shifted methods from CffTable into CffFont | David Schweinsberg | 2015-12-30 | 3 | -30/+15 |
| | |||||
* | Renamed t2 package to cff to reflect broader scope | David Schweinsberg | 2015-12-30 | 23 | -39/+38 |
| | |||||
* | Moved CffTable inner classes out into CFF-specific package. | David Schweinsberg | 2015-12-29 | 22 | -511/+844 |
| | |||||
* | New CffFont class encapulates an individual font within a CFF table. ↵ | David Schweinsberg | 2015-12-27 | 7 | -91/+162 |
| | | | | T2Interpreter references local and global subrs. | ||||
* | Load Private DICT and Local Subrs INDEX for each CFF font. | David Schweinsberg | 2015-12-19 | 1 | -0/+29 |
| | |||||
* | More cleanup | David Schweinsberg | 2015-12-16 | 3 | -31/+12 |
| | |||||
* | Partial cleanup | David Schweinsberg | 2015-12-15 | 1 | -118/+43 |
| | |||||
* | Fixed CFF CharsetFormat ranges bug. | David Schweinsberg | 2015-12-14 | 4 | -19/+10 |
| | |||||
* | Code modernisation. | David Schweinsberg | 2015-12-11 | 1 | -63/+70 |
| | |||||
* | Fixed handling of CFF hintmask/cntrmask data bytes. | David Schweinsberg | 2015-12-10 | 2 | -87/+84 |
| | |||||
* | 3-byte operands now retain their signedness. | David Schweinsberg | 2015-12-09 | 2 | -32/+28 |
| | |||||
* | Updated project settings. | David Schweinsberg | 2015-12-09 | 3 | -10/+35 |
| | |||||
* | Updated email contact. | David Schweinsberg | 2015-12-09 | 126 | -129/+129 |
| | |||||
* | Updated About Box. | David Schweinsberg | 2015-12-09 | 1 | -3/+3 |
| | |||||
* | Merge branch 'master' of github.com:dcsch/typecast | David Schweinsberg | 2015-12-09 | 0 | -0/+0 |
|\ | |||||
| * | Changed README flavour to markdown. NetBeans project settings were updated. | David Schweinsberg | 2015-12-09 | 6 | -166/+940 |
| | | |||||
* | | Changed README flavour to markdown. NetBeans project settings were updated. | David Schweinsberg | 2015-12-09 | 6 | -166/+940 |
|/ | |||||
* | Removed cast to short. | David Schweinsberg | 2010-08-10 | 1 | -3/+3 |
| | |||||
* | Minor cleanup. | David Schweinsberg | 2010-08-10 | 1 | -2/+1 |
| | |||||
* | Fixed problem where unsigned shorts were being read in as signed shorts. | David Schweinsberg | 2010-08-10 | 2 | -11/+11 |
| | |||||
* | Now throws IOException when files don't exist. | David Schweinsberg | 2010-08-10 | 1 | -6/+4 |
| | |||||
* | Modified handling of Mac-specific menus and removed references to Apple ↵ | David Schweinsberg | 2009-05-22 | 7 | -243/+529 |
| | | | | packages. | ||||
* | Passing null indicies to CharstringType2 just to make it compile at the moment. | David Schweinsberg | 2007-07-26 | 1 | -7/+9 |
| | |||||
* | Added local and global indicies as constructor parameters. | David Schweinsberg | 2007-07-26 | 1 | -3/+16 |
| | |||||
* | Removed obsolete includes. | David Schweinsberg | 2007-07-26 | 1 | -4/+2 |
| | |||||
* | Removed obsolete include. | David Schweinsberg | 2007-07-26 | 1 | -2/+1 |
| | |||||
* | Initial implementations of lineto and curveto operations. | David Schweinsberg | 2007-07-26 | 1 | -58/+266 |
| | |||||
* | New Type 2 Charstring handling classes. | David Schweinsberg | 2007-02-21 | 2 | -0/+921 |
| | |||||
* | Fixed 'index' name clash. | David Schweinsberg | 2007-02-21 | 1 | -24/+24 |
| |