@Test
public void testNormal() throws PropertyException {
final FObj fobj = makeTestFObj();
final PropertyList propertyList = fobj.getPropertyList();
final PdLineHeight property = new PdLineHeight(fobj, "", "normal");
propertyList.addProperty(fobj, property);
final int halfLeadingOpt = fobj.traitHalfLeadingOpt(STD_FO_CONTEXT);
/* Default font-size is 12 points or 12,000 millipoints. The "normal"
* line height is 1.2 times that or 14,400 millipoints. The difference
* is 2,400 millipoints, which is the leading. Half that value is
* 1,200 millipoints. */