#9 fix bug with truetype fonts and start adding support for cid fonts using compact font format

This commit is contained in:
Eliot Jones
2018-12-28 22:34:47 +00:00
parent d9052e1388
commit 47e49c4044
17 changed files with 1273 additions and 1105 deletions

View File

@@ -41,7 +41,7 @@ New in v0.0.5 - To create documents use the class ```PdfDocumentBuilder```. Thou
byte[] documentBytes = builder.Build();
File.WriteAllBytes(@"C:\\git\newPdf.pdf");
File.WriteAllBytes(@"C:\git\newPdf.pdf");
Each font must be registered with the PdfDocumentBuilder prior to use enable pages to share the font resources. Currently only Standard 14 fonts and TrueType fonts (.ttf) are supported.