From 69a8470a47802688a9505078c2676771d747a2e5 Mon Sep 17 00:00:00 2001 From: Rich Date: Mon, 7 Oct 2013 13:13:11 +0000 Subject: [PATCH] Set PDF fonts to be embedded. --- PROMS/VG/IVGOutput.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROMS/VG/IVGOutput.cs b/PROMS/VG/IVGOutput.cs index fabcca2e..74bde40c 100644 --- a/PROMS/VG/IVGOutput.cs +++ b/PROMS/VG/IVGOutput.cs @@ -132,7 +132,7 @@ namespace VG public static iTextSharp.text.Font GetFont(string fontName) { RegisterFont(fontName); - return iTextSharp.text.FontFactory.GetFont(fontName); + return iTextSharp.text.FontFactory.GetFont(fontName, BaseFont.IDENTITY_H, BaseFont.EMBEDDED); } //private void RegisterFonts() // {