aboutsummaryrefslogtreecommitdiffstats
path: root/src/org
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug 16257 (bad ascender/descender in XML font metrics)Jeremias Maerki2003-01-211-3/+15
| | | | | | | Ascender and Descender are now read from the OS/2 table if the values in the hhea table are zero. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195875 13f79535-47bb-0310-9956-ffa450edef68
* setting for page mode, fixed some errorsKeiron Liddle2003-01-142-9/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195856 13f79535-47bb-0310-9956-ffa450edef68
* Fixed more style problems.Joerg Pietschmann2003-01-1310-235/+282
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195855 13f79535-47bb-0310-9956-ffa450edef68
* cleaned up some style errorsKeiron Liddle2003-01-1139-438/+1526
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195843 13f79535-47bb-0310-9956-ffa450edef68
* Fixed bug #15877: ArrayIndexOutOfBoundException with certain TrueType fonts.Jeremias Maerki2003-01-094-73/+110
| | | | | | | | | Reserved name indexes were not ignored. Fixed ugly exception handling in TTFReader and PFMReader. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195838 13f79535-47bb-0310-9956-ffa450edef68
* Package html for base14 subpackageJeremias Maerki2003-01-081-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195834 13f79535-47bb-0310-9956-ffa450edef68
* Javadoc fix (references were wrong)Jeremias Maerki2003-01-081-10/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195833 13f79535-47bb-0310-9956-ffa450edef68
* Javadoc fixJeremias Maerki2003-01-082-1/+7
| | | | | | | package html for new truetype subpackage git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195832 13f79535-47bb-0310-9956-ffa450edef68
* Revert a change that caused problems with images.Jeremias Maerki2003-01-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195829 13f79535-47bb-0310-9956-ffa450edef68
* Adjustments for font refactoringJeremias Maerki2003-01-082-89/+226
| | | | | | | | Lots of Javadocs Fixed Checkstyle errors git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195827 13f79535-47bb-0310-9956-ffa450edef68
* Adjustments for font refactoringJeremias Maerki2003-01-086-258/+374
| | | | | | | | Lots of Javadocs Fixed Checkstyle errors git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195824 13f79535-47bb-0310-9956-ffa450edef68
* Second part of font refactoring:Jeremias Maerki2003-01-0812-1123/+216
| | | | | | | | | | | | Moved most of the non-PDF-specific classes to the fonts package. Makes dependencies clearer First step towards the centralized font registry Lots of Javadocs Fixed Checkstyle errors git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195823 13f79535-47bb-0310-9956-ffa450edef68
* Adjustments for the font refactoringJeremias Maerki2003-01-0818-595/+866
| | | | | | | | Lots of Javadocs Fixed Checkstyle errors git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195822 13f79535-47bb-0310-9956-ffa450edef68
* Adjustments for the font refactoringJeremias Maerki2003-01-084-137/+181
| | | | | | | | | Removal/commenting out of some dead code Lots of Javadocs Fixed Checkstyle errors git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195821 13f79535-47bb-0310-9956-ffa450edef68
* Lots of JavadocsJeremias Maerki2003-01-081-103/+109
| | | | | | | Fixed Checkstyle errors git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195820 13f79535-47bb-0310-9956-ffa450edef68
* First part of my refactoring of fonts.Jeremias Maerki2003-01-0820-29/+1620
| | | | | | | | | TrueType font classes have moved to subpackage (like Type1 before) Lots of Javadocs Fixed Checkstyle errors git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195819 13f79535-47bb-0310-9956-ffa450edef68
* Removed dead codeJeremias Maerki2003-01-081-7/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195818 13f79535-47bb-0310-9956-ffa450edef68
* These fields should be public.Oleg Tkachenko2003-01-051-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195817 13f79535-47bb-0310-9956-ffa450edef68
* Made regions to be writing-mod� aware, now it's ok for lr-tb, rl-tb and tb-rl.Oleg Tkachenko2003-01-059-132/+163
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195815 13f79535-47bb-0310-9956-ffa450edef68
* Fixed printing Execption delimiters to wrong stream.Joerg Pietschmann2003-01-021-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195813 13f79535-47bb-0310-9956-ffa450edef68
* properly check if row finishedKeiron Liddle2002-12-271-1/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195810 13f79535-47bb-0310-9956-ffa450edef68
* ignore tables without columns for nowKeiron Liddle2002-12-232-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195794 13f79535-47bb-0310-9956-ffa450edef68
* Made fields private.Oleg Tkachenko2002-12-231-6/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195791 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned up unused imports.Oleg Tkachenko2002-12-2215-44/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195790 13f79535-47bb-0310-9956-ffa450edef68
* AreaTreeModel and its implementations moved out of AreaTree class.Oleg Tkachenko2002-12-227-332/+369
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195789 13f79535-47bb-0310-9956-ffa450edef68
* add method to remove contextKeiron Liddle2002-12-191-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195782 13f79535-47bb-0310-9956-ffa450edef68
* compare to correct stringKeiron Liddle2002-12-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195781 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned up unused imports.Oleg Tkachenko2002-12-1912-28/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195780 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned up unused imports, made collection of the statistics optional.Oleg Tkachenko2002-12-181-38/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195779 13f79535-47bb-0310-9956-ffa450edef68
* clear data when stopping rendererKeiron Liddle2002-12-181-2/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195775 13f79535-47bb-0310-9956-ffa450edef68
* nullify fo tree to release dataKeiron Liddle2002-12-171-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195774 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused imports, cleaned up style, logging and javadoc. Removed ↵Oleg Tkachenko2002-12-161-38/+25
| | | | | | redundant unknown fo collection. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195773 13f79535-47bb-0310-9956-ffa450edef68
* Modified to use SAXParserFactory instead of loading class by name.Oleg Tkachenko2002-12-161-25/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195772 13f79535-47bb-0310-9956-ffa450edef68
* added some comments and changed debugging a bitKeiron Liddle2002-12-091-19/+62
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195753 13f79535-47bb-0310-9956-ffa450edef68
* use more decimal places for scalingKeiron Liddle2002-12-091-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195752 13f79535-47bb-0310-9956-ffa450edef68
* use a dummy url connection to enable loading of gif imageKeiron Liddle2002-12-051-9/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195733 13f79535-47bb-0310-9956-ffa450edef68
* Moved PFM classes to type1 subpackageJeremias Maerki2002-12-026-806/+392
| | | | | | | | | | Style and javadocs Remove dependencies on Xerces (using JAXP instead) PFMReader uses Avalon Logging Setting logger now following Avalon lifecycle git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195710 13f79535-47bb-0310-9956-ffa450edef68
* Moved PFM classes to type1 subpackageJeremias Maerki2002-12-025-0/+907
| | | | | | | Added PFB classes (taken from branch) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195709 13f79535-47bb-0310-9956-ffa450edef68
* style and javadocsJeremias Maerki2002-12-021-9/+61
| | | | | | | added new method toByteArray() git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195708 13f79535-47bb-0310-9956-ffa450edef68
* white-space and line-ending fixesWilliam Victor Mote2002-11-2959-255/+255
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195677 13f79535-47bb-0310-9956-ffa450edef68
* clear old breaksKeiron Liddle2002-11-281-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195642 13f79535-47bb-0310-9956-ffa450edef68
* added table header and footerKeiron Liddle2002-11-284-5/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195641 13f79535-47bb-0310-9956-ffa450edef68
* convert " " into a Space inlineKeiron Liddle2002-11-271-8/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195639 13f79535-47bb-0310-9956-ffa450edef68
* Taken over Karen's fix for correct ordering of loca table in embedded true ↵Jeremias Maerki2002-11-228-740/+1166
| | | | | | | | | | | | type fonts. Intf/Impl cleanup checkstyle cleanup Removed unused TTFSegEntry Using AbstractLogEnabled as base for TTFFile git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195610 13f79535-47bb-0310-9956-ffa450edef68
* some minor optimisation: only close text or update colour when necessaryKeiron Liddle2002-11-221-33/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195608 13f79535-47bb-0310-9956-ffa450edef68
* reuses duplicate link pdf objectsKeiron Liddle2002-11-2211-294/+598
| | | | | | | bit of a cleanup of collections using interface git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195607 13f79535-47bb-0310-9956-ffa450edef68
* enable setting creatorKeiron Liddle2002-11-205-3/+58
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195570 13f79535-47bb-0310-9956-ffa450edef68
* correctly continue lists over pageKeiron Liddle2002-11-192-3/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195560 13f79535-47bb-0310-9956-ffa450edef68
* set user agent on layout managers for values and loggingKeiron Liddle2002-11-1827-70/+344
| | | | | | | improved break handling so that it breaks before overflow git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195556 13f79535-47bb-0310-9956-ffa450edef68
* added support for markers in fo treeKeiron Liddle2002-11-1526-211/+259
| | | | | | | bit of a cleanup git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195539 13f79535-47bb-0310-9956-ffa450edef68