Set PDF fonts to be embedded.
This commit is contained in:
@@ -1296,8 +1296,7 @@ namespace Volian.Print.Library
|
||||
total.BoundingBox = new Rectangle(-20, -20, 100, 100);
|
||||
//try
|
||||
//{
|
||||
helv = BaseFont.CreateFont(BaseFont.HELVETICA,
|
||||
BaseFont.WINANSI, BaseFont.NOT_EMBEDDED);
|
||||
helv = BaseFont.CreateFont(BaseFont.HELVETICA, BaseFont.WINANSI, BaseFont.EMBEDDED);
|
||||
//}
|
||||
//catch (Exception)
|
||||
//{
|
||||
|
Reference in New Issue
Block a user