From 8e8ab20e003e5cca6e89a2c43b87437b0f1d0686 Mon Sep 17 00:00:00 2001 From: P Santos Date: Wed, 14 Apr 2004 17:34:59 +0000 Subject: [PATCH] no message git-svn-id: https://svn.coded.pt/svn/SIPRP@55 bb69d46d-e84e-40c8-a05a-06db0d633741 --- trunk/siprp/ficha/ExamePDF.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {