no message

git-svn-id: https://svn.coded.pt/svn/SIPRP@55 bb69d46d-e84e-40c8-a05a-06db0d633741
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
P Santos 22 years ago
parent 3bfc695826
commit 8e8ab20e00

@ -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()
{

Loading…
Cancel
Save