aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fonts
Commit message (Expand)AuthorAgeFilesLines
* Corrected javadocAdrian Cumiskey2007-12-051-1/+1
* Bugfix: Bugfix for URI resolution: Make StreamSources without system identifi...Jeremias Maerki2007-11-201-3/+7
* This should improve the ability of the FontLoader when resolving PFM filesAdrian Cumiskey2007-11-161-1/+4
* Bugzilla #43143: Jeremias Maerki2007-11-151-5/+8
* Filter single quotes from the filenames as this will interfere with font-fami...Jeremias Maerki2007-11-131-4/+19
* Better error messages in fontLookup().Jeremias Maerki2007-11-131-8/+25
* Some TTF fonts don't have a PostScript name, so just emulate it in this case ...Jeremias Maerki2007-11-131-1/+6
* Improved PFM loading: Jeremias Maerki2007-11-132-10/+28
* Avoid null values in generated Font classes so the encoding can be inspected.Jeremias Maerki2007-11-122-2/+10
* Another improvement for font auto-detection:Jeremias Maerki2007-11-0810-60/+76
* Improved font auto-detection and handling of AWT-supplied fonts in order to a...Jeremias Maerki2007-11-0818-158/+337
* Make Vincent happy.Jeremias Maerki2007-11-051-0/+4
* More fine-grained mechanism to detect if a font has been used or not. If a fo...Jeremias Maerki2007-11-034-3/+31
* Method for dumping all font triplets to System.out for diagnostic purposes.Jeremias Maerki2007-11-031-0/+18
* Mapping "SansSerif" and "Monospaced" (widely used in SVG land) to our Base 14...Jeremias Maerki2007-11-031-0/+12
* Some fonts have spaces in their names (ex. "Arial Unicode MS"). This change m...Jeremias Maerki2007-10-312-9/+23
* Url is actually a UriAdrian Cumiskey2007-10-311-3/+3
* Simple renaming of method following patch that was recently appliedAdrian Cumiskey2007-10-301-2/+2
* Bugzilla #42982:Adrian Cumiskey2007-10-274-208/+232
* Applied [PATCH] 43143 - ExpertEncoding and ExpertSubsetEncoding not detected ...Adrian Cumiskey2007-10-263-4/+11
* Bugzilla #43542: Jeremias Maerki2007-10-041-7/+10
* PropertyCache phase 2:Andreas L. Delmelle2007-09-211-13/+24
* Bugzilla #43089Chris Bowditch2007-08-171-2/+2
* Changed my mind on handling of width calculation for zero width spaces and mo...Manuel Mall2007-07-221-0/+4
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-1820-104/+102
* Undo changes of r556112Andreas L. Delmelle2007-07-171-8/+6
* Bugzilla 42843: Warn on glyph substitution (offered by Max Berger)Andreas L. Delmelle2007-07-142-0/+15
* Addition of a general-purpose int-to-int map to replace Integer-to-Integer Ha...Andreas L. Delmelle2007-07-131-6/+7
* Discover the .otf font extension (OpenType fonts), too.Jeremias Maerki2007-05-281-5/+4
* Bugzilla #41831:Jeremias Maerki2007-05-2823-319/+1372
* Checkstyle only.Jeremias Maerki2007-05-251-7/+9
* PFMFile is now also used inside FOP's normal operations, so don't log too muc...Jeremias Maerki2007-05-211-2/+2
* renderer may be null when called from the PDFTranscoder.Jeremias Maerki2007-03-021-3/+5
* Stricter user config file validation.Vincent Hennebert2007-02-141-29/+114
* Bugzilla #25997,#25999: Jeremias Maerki2007-02-033-18/+72
* Fix for PDF corruption when a TrueType font with spaces in its name is embedd...Jeremias Maerki2007-01-261-2/+25
* Bugfix: Seeking to the end of the file is legal, only reading from this posit...Jeremias Maerki2007-01-161-1/+1
* Avoid reading beyond the end of the file. This fixes bug 41117.Simon Pepping2006-12-211-2/+2
* Tweaking performance a bit.Jeremias Maerki2006-11-131-3/+4
* Bugzilla #40387: Jeremias Maerki2006-11-131-4/+5
* Added initial support for loading fonts without a pre-created XML font metric...Jeremias Maerki2006-11-137-63/+384
* Improve compatibility with Apache Harmony: Jeremias Maerki2006-11-121-1/+1
* Better debug info.Jeremias Maerki2006-10-271-1/+1
* Do not stop building the metrics file if the unicode index is not found for a...Bertrand Delacretaz2006-10-131-12/+15
* Bugzilla 40739, metrics-version attribute added to TrueType XML metrics files.Bertrand Delacretaz2006-10-122-1/+45
* Bugzilla 40724, kerning works now for custom CID fonts.Bertrand Delacretaz2006-10-121-45/+85
* Just an attempt to clarify what "bf" means.Jeremias Maerki2006-10-111-1/+1
* code style Jeremias Maerki2006-10-112-5/+9
* in debug mode, log the font tables namesBertrand Delacretaz2006-10-101-0/+1
* Applied patch from bugzilla 5335, comment 10.Bertrand Delacretaz2006-10-103-4/+39