diff --git a/trunk/siprp/ficha/ExamePDF.java b/trunk/siprp/ficha/ExamePDF.java index 88c53097..591d6360 100644 --- a/trunk/siprp/ficha/ExamePDF.java +++ b/trunk/siprp/ficha/ExamePDF.java @@ -10,8 +10,8 @@ import com.lowagie.text.pdf.PdfWriter; public class ExamePDF { // private static final Font FONT_BOLD = new Font( Font.TIMES_ROMAN, 9, Font.BOLD, new Color( 0, 0, 0 ) ); // private static final Font FONT_NORMAL = new Font( Font.TIMES_ROMAN, 9, Font.NORMAL, new Color( 0, 0, 0 ) ); - private static final Font FONT_BOLD = FontFactory.getFont( "Arial", 9, Font.BOLD ); - private static final Font FONT_NORMAL = FontFactory.getFont( "Arial", 9, Font.NORMAL ); + private static final Font FONT_BOLD = FontFactory.getFont( "Arial", 8, Font.BOLD ); + private static final Font FONT_NORMAL = FontFactory.getFont( "Arial", 8, Font.NORMAL ); public ExamePDF() {