RE: cvs commit: xml-fop/src/java/org/apache/fop/util CharUtilities.java

2003-10-07 Thread Victor Mote
J.Pietschmann wrote: > [EMAIL PROTECTED] wrote: > >public class CharUtilities { > ... > > +public static int getWordWidth(String word, Font fs) { > > That's ugly. Shouldn't this be a method of Font? Although I don't recognize it as ugly, I have no objection to your proposal. I was makin

Re: cvs commit: xml-fop/src/java/org/apache/fop/util CharUtilities.java

2003-10-07 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: public class CharUtilities { ... +public static int getWordWidth(String word, Font fs) { That's ugly. Shouldn't this be a method of Font? J.Pietschmann