Browse Source

Style fix.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198109 13f79535-47bb-0310-9956-ffa450edef68
tags/Root_Temp_KnuthStylePageBreaking
Finn Bock 19 years ago
parent
commit
91080f998e
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/java/org/apache/fop/fo/FOPropertyMapping.java

+ 2
- 1
src/java/org/apache/fop/fo/FOPropertyMapping.java View File

@@ -1081,7 +1081,8 @@ public class FOPropertyMapping implements Constants {
m.addEnum("semi-expanded", makeEnumProperty(SEMI_EXPANDED, "SEMI_EXPANDED"));
m.addEnum("expanded", makeEnumProperty(EXPANDED, "EXPANDED"));
m.addEnum("extra-expanded", makeEnumProperty(EXTRA_EXPANDED, "EXTRA_EXPANDED"));
m.addEnum("ultra-expanded", makeEnumProperty(ULTRA_EXPANDED, "ULTRA_EXPANDED")); m.setDefault("normal");
m.addEnum("ultra-expanded", makeEnumProperty(ULTRA_EXPANDED, "ULTRA_EXPANDED"));
m.setDefault("normal");
addPropertyMaker("font-stretch", m);

// font-size-adjust

Loading…
Cancel
Save