aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fonts
Commit message (Expand)AuthorAgeFilesLines
* Do not log a warning when .notdef has been assigned to an unused code of Adob...Vincent Hennebert2013-10-081-3/+6
* FOP-2252: OpenType CFF support for FOP; patch submitted by Robert Meyer (ecli...Luis Bernardo2013-08-141-0/+927
* FOP-2252: OpenType CFF support for FOP; patch submitted by Robert MeyerLuis Bernardo2013-08-1415-2098/+3425
* Removed obsolete CommandLineLogger.Vincent Hennebert2013-07-303-22/+0
* FOP-2265: Enable xlint cast; patch submitted by Simon SteinerLuis Bernardo2013-07-132-2/+2
* Cosmetics only: removed Checkstyle SuppressWithNearbyCommentFilter and fixed ...Vincent Hennebert2013-05-071-1/+1
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...Vincent Hennebert2013-05-078-97/+97
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-098-167/+167
* FOP-2194: optimize lazy font load invocation for hot methodsGlenn Adams2013-01-181-7/+21
* JIRA#FOP-2180: TTFReader outputs bounding box information for glyphs.Peter Hancock2013-01-092-0/+20
* Merged trunk@1384277Temp_XGC_URI_ResolutionMehdi Houshmand2012-09-271-1/+1
|\
| * Amended javadoc mistakeMehdi Houshmand2012-09-241-1/+1
* | Moved the I/O interfaces to XGC and updated code with new resolution mechanismMehdi Houshmand2012-09-191-1/+2
|/
* Bugzilla#53868: Full font embedding in PDFMehdi Houshmand2012-09-148-102/+310
* Bugzilla#53751: Slightly restructured the way the FontCache creates a cache-fileMehdi Houshmand2012-08-174-58/+60
* Changed serialVersionUID in the serialization of font-cache and some minor re...Mehdi Houshmand2012-08-151-4/+7
* Fixed a couple minor bugs in CLI and config parsingMehdi Houshmand2012-08-101-1/+1
* Fixed all javadoc issues, "ant javadocs" now works without errorsMehdi Houshmand2012-07-233-7/+3
* Removed TTFCmapEntry class accidently re-introduced in rev. 1356646Vincent Hennebert2012-07-031-118/+0
* Check style and find bugs now pass without errorsMehdi Houshmand2012-07-034-16/+12
* White space, unused method and import clean upMehdi Houshmand2012-07-032-3/+3
* Merged in trunk@1356456Mehdi Houshmand2012-07-031-0/+2
|\
| * Fix for regression introduced by revision 1352986: NPE when auto-detecting Tr...Jeremias Maerki2012-07-021-1/+3
* | Merged in trunk@1356161Mehdi Houshmand2012-07-021-1/+2
|\|
| * Changed the exception message when internal font key == null, also some clean...Mehdi Houshmand2012-07-021-1/+2
* | Improved the handling of defaults for PDF config and general clean upMehdi Houshmand2012-06-2613-24/+158
* | Merged in trunk@1353397Mehdi Houshmand2012-06-2627-804/+1312
|\|
| * Eliminate javadocs warnings.Glenn Adams2012-06-231-1/+1
| * Merged branch Temp_TrueTypeInPostScript back to trunkVincent Hennebert2012-06-2227-784/+1315
| |\
| | * Removed unused private methodsVincent Hennebert2012-06-181-101/+0
| | * Fixed FindBugs issue: do not compare strings with == or !=Vincent Hennebert2012-06-181-2/+2
| | * Fixed FindBugs issue: use String.to(Lower|Upper)Case with Locale.ENGLISHVincent Hennebert2012-06-181-1/+3
| | * Cosmetics only: organised importsVincent Hennebert2012-06-183-3/+5
| | * Renamed DIRECTORY_TABLE into TABLE_DIRECTORYVincent Hennebert2012-05-313-3/+3
| | * Javadoc improvementsVincent Hennebert2012-05-3011-86/+79
| | * Removed deprecated methodVincent Hennebert2012-05-301-11/+0
| | * Renamed BFEntry into CMapSegmentVincent Hennebert2012-05-307-54/+50
| | * 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 1343133Vincent Hennebert2012-05-283-35/+31
| | |\ | | |/ | |/|
| | * Merged changes from trunk up to rev. 1325806Vincent Hennebert2012-04-131-2/+2
| | |\
| | * \ Merged changes from trunk up to revision 1306814Vincent Hennebert2012-04-0551-521/+2196
| | |\ \
| | * | | Bugzilla #50483: Improved support for TrueType fonts in PostScriptVincent Hennebert2012-03-3022-782/+1045
| | * | | Merged changes from Trunk up to revision 1040962Vincent Hennebert2010-12-0132-311/+328
| | |\ \ \
| | * \ \ \ Merged changes from Trunk up to rev. 1039179Vincent Hennebert2010-11-2511-34/+34
| | |\ \ \ \
| | * | | | | 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-158-56/+95
| | * | | | | Merged from Trunk revisions 990171 to 1035276.Jeremias Maerki2010-11-152-25/+12
| | |\ \ \ \ \
| | * | | | | | PostScript Output: Bugfix for the occasional badly rendered glyph on HP Laser...Jeremias Maerki2010-11-111-168/+242