Home
last modified time | relevance | path

Searched refs:EN_LARGER (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/properties/
H A DFontSizePropertyMaker.java72 if (p.getEnum() == EN_LARGER || p.getEnum() == EN_SMALLER) { in convertProperty()
76 if (p.getEnum() == EN_LARGER) { in convertProperty()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/
H A DConstants.java1000 int EN_LARGER = 71; field
H A DFOPropertyMapping.java1008 m.addEnum("larger", getEnumProperty(EN_LARGER, "LARGER")); in createFontProperties()