keiron 2002/08/16 05:29:29 Modified: src/org/apache/fop/layout FontMetric.java Log: added useful bit of doc Revision Changes Path 1.10 +7 -1 xml-fop/src/org/apache/fop/layout/FontMetric.java Index: FontMetric.java =================================================================== RCS file: /home/cvs/xml-fop/src/org/apache/fop/layout/FontMetric.java,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- FontMetric.java 30 Jul 2001 20:29:27 -0000 1.9 +++ FontMetric.java 16 Aug 2002 12:29:28 -0000 1.10 @@ -25,5 +25,11 @@ * code point i */ public int width(int i, int size); + + /** + * Return the array of widths. + * This is used to get an array for inserting in an output format. + * It should not be used for lookup. + */ public int[] getWidths(int size); }
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]