Home
last modified time | relevance | path

Searched refs:EN_BOLDER (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()
56 if (enumValue == Constants.EN_BOLDER) { in make()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/
H A DConstants.java1188 int EN_BOLDER = 165; field
H A DFOPropertyMapping.java1062 m.addEnum("bolder", getEnumProperty(EN_BOLDER, "BOLDER")); in createFontProperties()