aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/ps/PSFontUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Add t1 mergingTemp_FontMergingSimon Steiner2014-06-201-1/+1
* FOP-2354: Subset support for Type 1 fontsRobert Meyer2014-05-231-2/+70
* FOP-2322: Type1 Font with Custom Encoding not visible in Postscript output; P...Robert Meyer2013-12-051-0/+9
* FOP-2252: OpenType CFF support for FOP; patch submitted by Robert MeyerLuis Bernardo2013-08-141-37/+146
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...Vincent Hennebert2013-05-071-2/+2
* Bugzilla#53868: Full font embedding in PDFMehdi Houshmand2012-09-141-6/+24
* Merged in trunk@1353397Mehdi Houshmand2012-06-261-47/+393
|\
| * Fixed FindBugs issue: use String.to(Lower|Upper)Case with Locale.ENGLISHVincent Hennebert2012-06-181-1/+2
| * Removed commented code: subset-embedding for single-byte fonts is not working...Vincent Hennebert2012-06-131-12/+2
| * Renamed BFEntry into CMapSegmentVincent Hennebert2012-05-301-14/+14
| * Bugzilla #50483: Improved support for TrueType fonts in PostScriptVincent Hennebert2012-03-301-108/+126
| * Merged changes from Trunk up to revision 1040962Vincent Hennebert2010-12-011-18/+13
| |\
| * \ Merged changes from Trunk up to rev. 1039179Vincent Hennebert2010-11-251-1/+1
| |\ \
| * | | Added full support for single-byte encodings when TTF fonts are embedded in P...Jeremias Maerki2010-11-151-31/+43
| * | | PostScript Output: Bugfix for the occasional badly rendered glyph on HP Laser...Jeremias Maerki2010-11-111-18/+32
| * | | TrueType subsetting for CID TTF fonts is now working.Jeremias Maerki2010-11-031-42/+59
| * | | Do not issue a warning if renderer configured to output PostScript level 3. T...Vincent Hennebert2010-08-311-7/+30
| * | | Added possibility to use glyphs outside WinAnsiEncoding for TrueType fonts th...Vincent Hennebert2010-08-271-3/+54
| * | | Fixed list of supplied resources for DSC when <optimize-resources> option set...Vincent Hennebert2010-08-271-1/+9
| * | | Merged changes from Trunk up to revision 989178Vincent Hennebert2010-08-251-2/+3
| |\ \ \
| * | | | Create PSFontResource for non-embedded fonts and fonts with additional encodingsVincent Hennebert2010-07-021-1/+3
| * | | | Added support for CID-keyed TrueType fonts in PostScript outputVincent Hennebert2010-06-291-31/+144
| * | | | Added support for full embedding of TrueType font in PostScript, with encodin...Vincent Hennebert2010-06-021-2/+100
* | | | | Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-311-26/+1
* | | | | enable ImportOrder rule; fix violationsGlenn Adams2012-03-031-5/+7
| |_|_|/ |/| | |
* | | | Partial application of patch 50245 by Mehdi HoushmandSimon Pepping2010-11-261-26/+20
| |_|/ |/| |
* | | findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-171-1/+1
| |/ |/|
* | Bugzilla #49733:Jeremias Maerki2010-08-141-2/+3
|/
* Added code to detect when a Type 1 font is not configured to use its native e...Jeremias Maerki2009-02-091-0/+6
* Bugfix: restored support for characters not in a font's standard encoding whe...Jeremias Maerki2009-02-091-3/+28
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-15/+15
* Added support for font referencing for auto-detected fonts.Jeremias Maerki2008-05-081-2/+1
* Added support for addressing all glyphs available in a Type 1 font, not just ...Jeremias Maerki2008-03-271-14/+114
* Added support for Type 1 fonts which don't use the AdobeStandardEncoding for ...Jeremias Maerki2008-02-141-4/+8
* Avoid null values in generated Font classes so the encoding can be inspected.Jeremias Maerki2007-11-121-2/+5
* Added support for an optional two-pass production for PostScript output to mi...Jeremias Maerki2007-03-021-48/+112
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Adding dependency on XML Graphics Commons.Jeremias Maerki2006-04-041-81/+4
* Fixed ugly NPE (with no message) when a malconfigured font was processed by t...Jeremias Maerki2006-01-101-1/+10
* Added support for relative font config URLs (metrics-url and embed-url). Thes...Manuel Mall2006-01-071-5/+2
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-141-3/+3
* Fixes a compile error. I used a method from a SVN checkout of Commons IO. Sorry.Jeremias Maerki2005-09-051-2/+2
* Implemented embedding of Type 1 fonts. Jeremias Maerki2005-09-051-0/+241