]> source.dussan.org Git - xmlgraphics-fop.git/commit
Added implementation for the font shorthand property (+ some checkstyle cleanup)
authorAndreas L. Delmelle <adelmelle@apache.org>
Sun, 12 Feb 2006 19:37:22 +0000 (19:37 +0000)
committerAndreas L. Delmelle <adelmelle@apache.org>
Sun, 12 Feb 2006 19:37:22 +0000 (19:37 +0000)
commitc3ec6a4b5a7752fa974cf962f565a93dd69afe10
tree7b23814aa7054beb20fc514e23f018f731599f86
parent49ffdc1d05cfa7ed4dd0abee7e8f7836b193e5ef
Added implementation for the font shorthand property (+ some checkstyle cleanup)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@377222 13f79535-47bb-0310-9956-ffa450edef68
17 files changed:
src/documentation/content/xdocs/compliance.ihtml
src/java/org/apache/fop/fo/FOPropertyMapping.java
src/java/org/apache/fop/fo/PropertyList.java
src/java/org/apache/fop/fo/properties/ColumnNumberPropertyMaker.java
src/java/org/apache/fop/fo/properties/CompoundPropertyMaker.java
src/java/org/apache/fop/fo/properties/FontShorthandParser.java [new file with mode: 0644]
src/java/org/apache/fop/fo/properties/FontShorthandProperty.java [new file with mode: 0644]
src/java/org/apache/fop/fo/properties/FontSizePropertyMaker.java
src/java/org/apache/fop/fo/properties/GenericShorthandParser.java
src/java/org/apache/fop/fo/properties/LengthProperty.java
src/java/org/apache/fop/fo/properties/LineHeightPropertyMaker.java
src/java/org/apache/fop/fo/properties/PageBreakShorthandParser.java
src/java/org/apache/fop/fo/properties/PositionShorthandParser.java
src/java/org/apache/fop/fo/properties/PropertyMaker.java
src/java/org/apache/fop/fo/properties/SpacePropertyMaker.java
status.xml
test/fotree/testcases/font-shorthand-test.fo [new file with mode: 0644]