Home
last modified time | relevance | path

Searched refs:EN_LIGHTER (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 DFontWeightPropertyMaker.java53 if (enumValue == Constants.EN_BOLDER || enumValue == Constants.EN_LIGHTER) { in make()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/
H A DConstants.java1190 int EN_LIGHTER = 166; field
H A DFOPropertyMapping.java1063 m.addEnum("lighter", getEnumProperty(EN_LIGHTER, "LIGHTER")); in createFontProperties()