/*
* $Id$
- * Copyright (C) 2001-2002 The Apache Software Foundation. All rights reserved.
+ * Copyright (C) 2001-2003 The Apache Software Foundation. All rights reserved.
* For details on use and redistribution please refer to the
* LICENSE file included with these sources.
*/
import org.apache.fop.area.PageViewport;
import org.apache.fop.area.Resolveable;
-import org.apache.fop.area.Trait;
import java.util.List;
String str = page.getPageNumber();
word = str;
- // update ipd
- String name = (String) getTrait(Trait.FONT_NAME);
- int size = ((Integer) getTrait(Trait.FONT_SIZE)).intValue();
- //FontMetric metrics = fontInfo.getMetricsFor(name);
- //FontState fs = new FontState(name, metrics, size);
+ /**@todo Update IPD ??? */
}
}