Commit Graph

5 Commits

Author SHA1 Message Date
Jeremias Maerki
f5abed20f9 Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@426576 13f79535-47bb-0310-9956-ffa450edef68
2006-07-28 15:44:37 +00:00
Jeremias Maerki
250a5e5363 As announced, I brought FontTriplet to more life by making it Serializable and using it to transport the information about the font in use through the area tree. This has small effects on the test cases as the values in the generated XML are slightly different. While refactoring I saw that there's some room for optimization. Too many objects are still created. It should be quite easy now with the FontTriplet to create a small cache.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@358613 13f79535-47bb-0310-9956-ffa450edef68
2005-12-22 20:10:54 +00:00
Jeremias Maerki
6c11d32f9f Better not use something derived from "fantasy" since it's a keyword in the spec.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@351744 13f79535-47bb-0310-9956-ffa450edef68
2005-12-02 14:59:39 +00:00
Jeremias Maerki
f9932f4c13 font-family list still not fully supported but a comma-separated list is now properly tokenized. FOP will now go through all fonts in the list to find one that is available, but it doesn't do so per character, yet.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@351734 13f79535-47bb-0310-9956-ffa450edef68
2005-12-02 14:27:35 +00:00
Manuel Mall
ecac9f5b1c Separated JUnit layout tests such that the majority are still run even if no hyphenation support present
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@332290 13f79535-47bb-0310-9956-ffa450edef68
2005-11-10 13:31:39 +00:00