aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fonts
Commit message (Expand)AuthorAgeFilesLines
* Fix leaked resource warnings from Eclipse (Kepler).Glenn Adams2014-07-061-0/+2
* Fix compiler warnings.Glenn Adams2014-07-061-1/+1
* FOP-2354: Subset support for Type 1 fontsRobert Meyer2014-05-2310-21/+1565
* FOP-2252: OpenType CFF - Remove need for patch to fontboxRobert Meyer2014-02-102-7/+100
* Merged branch Temp_FopFontsForSVGback into trunkVincent Hennebert2014-02-0313-46/+625
|\
| * Brought the branch in sync with rev. 1562429 of trunkVincent Hennebert2014-01-3023-2184/+4438
| |\ | |/ |/|
* | FOP-2322: Type1 Font with Custom Encoding not visible in Postscript output; P...Robert Meyer2013-12-051-1/+15
* | Enabled LineLength check and fixed corresponding issuesVincent Hennebert2013-12-032-2/+4
* | FOP-2323: NPE caused by missing local subroutine index in private dictonary o...Robert Meyer2013-12-031-2/+6
* | Restricted CSOFF filter to LineLength and fixed resulting Checkstyle issuesVincent Hennebert2013-11-191-1/+0
* | FOP-2312: font-base configuration setting not working as expectedVincent Hennebert2013-11-151-6/+10
* | FOP-2299: Non Unicode named glyphs not loaded for Type1 fontsRobert Meyer2013-10-212-5/+6
* | Removed unused variablesVincent Hennebert2013-10-092-6/+0
* | 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
| * Directly use FOP fonts to lay out SVG images for PDF, PS and AFP outputs.Vincent Hennebert2013-07-2914-43/+622
|/
* 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