I don't know why you would want to do that. You can change the metrics of any font in BaseFont.
Best Regards, Paulo Soares > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of M. Niedermair > Sent: Thursday, April 21, 2005 7:24 AM > To: [email protected] > Subject: [iText-questions] changes on BaseFont > > Hello! > > It is possible, to change the visible of some methods, so > that i can extends > from the BaseFont class in a other namespace? > I would create a new Type1Font-Class, which reads the metrik > from a other > format. > > by > Michael > > > BaseFont.java > > protected int fontType;// mgn: int fontType > > // mgn: static class StreamFont extends PdfStream { > protected static class StreamFont extends PdfStream { > > // mgn: abstract int getRawWidth(int c, String name); > protected abstract int getRawWidth(int c, String name); > > // mgn: abstract void writeFont(PdfWriter writer, > PdfIndirectReference > ref, Object params[]) throws DocumentException, IOException; > protected abstract void writeFont(PdfWriter writer, > PdfIndirectReference > ref, Object params[]) throws DocumentException, IOException; > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: New Crystal Reports XI. > Version 11 adds new functionality designed to reduce time involved in > creating, integrating, and deploying reporting solutions. > Free runtime info, > new features, or free trial, at: > http://www.businessobjects.com/devxi/728 > _______________________________________________ > iText-questions mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/itext-questions > ------------------------------------------------------- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
