aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fonts
Commit message (Expand)AuthorAgeFilesLines
* FOP-2391: fix NSM reordering issue and ensure same PDF output as XSL-FO code ...Glenn Adams2014-09-202-0/+15
* FOP-2213 use kern table when no GPOS kern lookups are presentGlenn Adams2014-09-096-10/+58
* FOP-2391: enable bidi processing of SVG text chunksGlenn Adams2014-08-232-26/+41
* FOP-2391: ensure mapping is non-null in CS SVG textGlenn Adams2014-08-181-6/+10
* Add verbose (-v) flag to FontList tool that shows URI of font resource.Glenn Adams2014-08-175-2/+31
* Fix or suppress 5- to 9-instance findbug warnings.Glenn Adams2014-08-1010-37/+69
* Fix 4-instance findbug warnings.Glenn Adams2014-08-082-4/+15
* Fix or suppress 3-instance findbug warnings.Glenn Adams2014-08-071-2/+2
* Fix 2-instance findbug warnings.Glenn Adams2014-08-073-7/+6
* Fix or suppress 1-instance findbug warnings.Glenn Adams2014-08-063-10/+11
* FOP-2391: preliminary (but incomplete) support for complex script text nodes ...Glenn Adams2014-08-034-30/+77
* Merge font mergingSimon Steiner2014-07-1613-213/+224
|\
| * Add t1 mergingTemp_FontMergingSimon Steiner2014-06-203-63/+47
| * Allow merging of fontsSimon Steiner2014-06-0511-150/+177
* | Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-1515-60/+60
* | ... And actually fix resulting warningsVincent Hennebert2014-07-151-1/+2
* | Removed CSOFF: LineLengthCheck that have crept in existing filesVincent Hennebert2014-07-152-4/+0
* | 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