aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Fixed FindBugs issue: use String.to(Lower|Upper)Case with Locale.ENGLISHVincent Hennebert2012-06-182-2/+5
| | * | Cosmetics only: organised importsVincent Hennebert2012-06-186-5/+7
| | * | Removed commented code: subset-embedding for single-byte fonts is not working...Vincent Hennebert2012-06-131-12/+2
| | * | Renamed DIRECTORY_TABLE into TABLE_DIRECTORYVincent Hennebert2012-05-313-3/+3
| | * | Javadoc improvementsVincent Hennebert2012-05-315-35/+34
| | * | Javadoc improvementsVincent Hennebert2012-05-3013-106/+99
| | * | Removed deprecated methodVincent Hennebert2012-05-301-11/+0
| | * | Renamed BFEntry into CMapSegmentVincent Hennebert2012-05-308-68/+64
| | * | Organized importsVincent Hennebert2012-05-301-3/+5
| | * | setBFEntries is deprecated, replaced with setCMapVincent Hennebert2012-05-291-1/+1
| | * | Made glyphToUnicodeMap and unicodeToGlyphMap finalVincent Hennebert2012-05-291-2/+2
| | * | Removed unused methodsVincent Hennebert2012-05-291-29/+0
| | * | Merged changes from trunk up to revision 1343632Vincent Hennebert2012-05-293-3/+47
| | |\ \
| | * \ \ Merged changes from trunk up to revision 1343133Vincent Hennebert2012-05-28108-1067/+1525
| | |\ \ \
| | * \ \ \ Merged changes from trunk up to rev. 1325806Vincent Hennebert2012-04-1363-432/+1432
| | |\ \ \ \
| | * \ \ \ \ Merged changes from trunk up to revision 1306814Vincent Hennebert2012-04-051001-12993/+50626
| | |\ \ \ \ \
| | * | | | | | Bugzilla #50483: Improved support for TrueType fonts in PostScriptVincent Hennebert2012-03-3031-923/+1510
| | * | | | | | Merged changes from Trunk up to revision 1040962Vincent Hennebert2010-12-0143-541/+528
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merged changes from Trunk up to rev. 1039179Vincent Hennebert2010-11-25126-306/+432
| | |\ \ \ \ \ \ \
| | * | | | | | | | Added semicolon for enum to avoid problems with qdox and Maven.Jeremias Maerki2010-11-151-11/+11
| | * | | | | | | | Added full support for single-byte encodings when TTF fonts are embedded in P...Jeremias Maerki2010-11-159-87/+138
| | * | | | | | | | Merged from Trunk revisions 990171 to 1035276.Jeremias Maerki2010-11-1566-496/+1780
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | PostScript Output: Bugfix for the occasional badly rendered glyph on HP Laser...Jeremias Maerki2010-11-112-186/+274
| | * | | | | | | | | TrueType subsetting for CID TTF fonts is now working.Jeremias Maerki2010-11-032-44/+61
| | * | | | | | | | | Do not issue a warning if renderer configured to output PostScript level 3. T...Vincent Hennebert2010-08-315-21/+52
| | * | | | | | | | | Added possibility to use glyphs outside WinAnsiEncoding for TrueType fonts th...Vincent Hennebert2010-08-277-16/+213
| | * | | | | | | | | Fixed list of supplied resources for DSC when <optimize-resources> option set...Vincent Hennebert2010-08-271-1/+9
| | * | | | | | | | | Added support for multi-byte fontsVincent Hennebert2010-08-271-6/+27
| | * | | | | | | | | Merged changes from Trunk up to revision 990155Vincent Hennebert2010-08-2746-221/+215
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merged changes from Trunk up to revision 989178Vincent Hennebert2010-08-25540-12461/+10221
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Trying to get a glyph name out of a Unicode code point is already done by the...Vincent Hennebert2010-07-022-7/+9
| | * | | | | | | | | | | Create PSFontResource for non-embedded fonts and fonts with additional encodingsVincent Hennebert2010-07-021-1/+3
| | * | | | | | | | | | | Added toString method to ease debuggingVincent Hennebert2010-07-021-0/+5
| | * | | | | | | | | | | Added support for CID-keyed TrueType fonts in PostScript outputVincent Hennebert2010-06-2910-60/+332
| | * | | | | | | | | | | Merged changes from Trunk up to revision 954512Vincent Hennebert2010-06-1420-120/+352
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Added support for full embedding of TrueType font in PostScript, with encodin...Vincent Hennebert2010-06-023-2/+112
* | | | | | | | | | | | | | Predominantly clean up and javadocs, very little functional change hereMehdi Houshmand2012-06-2216-92/+164
* | | | | | | | | | | | | | Added tests and cleaning up of codeMehdi Houshmand2012-06-2044-341/+432
* | | | | | | | | | | | | | Merged with trunk@1351540Mehdi Houshmand2012-06-2012-87/+672
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | Bugzilla #40676: Update site documentation about PNG image loading configurat...Glenn Adams2012-06-192-5/+26
| * | | | | | | | | | | | | Buzilla #40676: Fix newly introduced findbugs warnings. Submitted by Luis Ber...Glenn Adams2012-06-151-2/+2
| * | | | | | | | | | | | | Bugzilla #40676: Support use of ImageLoaderRawPNG decoder in order to prevent...Glenn Adams2012-06-159-80/+643
| * | | | | | | | | | | | | Bugzilla #53412: Eliminate incorrect use of object identity which produces ex...Glenn Adams2012-06-141-2/+3
* | | | | | | | | | | | | | Added class missing from last commitMehdi Houshmand2012-06-201-0/+153
* | | | | | | | | | | | | | Removed HyphenationTreeResolver and better Handling of 'data://' URIsPeter Hancock2012-06-1548-309/+270
* | | | | | | | | | | | | | Deleted FOURIResolver classMehdi Houshmand2012-06-142-378/+0
* | | | | | | | | | | | | | Removed URI resolving class that are no longer needed and handled data URIsMehdi Houshmand2012-06-1423-504/+202
* | | | | | | | | | | | | | Removed AFP resource handling mechanism in favour of a unified resource resolverMehdi Houshmand2012-06-1132-456/+537
* | | | | | | | | | | | | | Merge in trunk@1345838Mehdi Houshmand2012-06-1137-123/+166
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | Eliminate javadocs warnings.Glenn Adams2012-06-0437-96/+146