aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fonts
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 654783,654849,654869,654946,654982,655085,655093,655275,6552...Adrian Cumiskey2008-05-1224-292/+313
* Merged revisions 654111,654121,654190,654314,654322-654323,654338,654347,6544...Adrian Cumiskey2008-05-0811-77/+258
* Merged revisions 653826 via svnmerge from Adrian Cumiskey2008-05-0621-259/+1605
* Merged revisions 651577,651591,651613,651622-651623 via svnmerge from Adrian Cumiskey2008-04-251-3/+3
* Merged revisions 649477,649552 via svnmerge from Adrian Cumiskey2008-04-181-9/+9
* Merged revisions 647770,648122 via svnmerge from Adrian Cumiskey2008-04-151-2/+2
* Merged revisions 647692,647742,647745 via svnmerge from Adrian Cumiskey2008-04-147-25/+210
* Merged revisions 644208,644213 via svnmerge from Adrian Cumiskey2008-04-0310-200/+416
* Merged revisions 642923-642924,642927 via svnmerge from Adrian Cumiskey2008-04-012-9/+22
* Merged revisions 611142,611175,611278,611285,611766-611768,612560,612785,6128...Adrian Cumiskey2008-04-0117-247/+880
* Added support for reading the OS/2 table's usWeightClass value which supports...Jeremias Maerki2008-02-194-2/+38
* Fixed NPE when no AFM is available and the PFM didn't provide a xHeight.Jeremias Maerki2008-02-191-15/+21
* Bugfix: a specified font-weight of 100 could result into a resolved font-weig...Jeremias Maerki2008-02-191-1/+7
* Bugzilla #44451:Jeremias Maerki2008-02-195-15/+99
* Reducing noise. Better messages.Jeremias Maerki2008-02-182-6/+9
* Extracted most of the code in CodePointMapping (generated by XSLT) into a bas...Jeremias Maerki2008-02-168-38/+311
* Fix problem with alternate Unicode code point overriding existing better ones...Jeremias Maerki2008-02-144-50/+233
* Added support for Type 1 fonts which don't use the AdobeStandardEncoding for ...Jeremias Maerki2008-02-1411-135/+1506
* Easy way to force the discarding of the user's font cache file (especially af...Jeremias Maerki2008-02-131-2/+6
* Replace useless javadoc comment.Jeremias Maerki2008-02-131-4/+3
* Ensured all SVN properties are set equallyMaximilian Berger2008-02-139-228/+228
* "cvt ", "fpgm" and "prep" are all optional tables in TrueType. Some PDF viewe...Jeremias Maerki2008-01-301-48/+65
* Bugfix for invalid numTables entry in subset TrueType fonts if there was no "...Jeremias Maerki2008-01-281-2/+5
* 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