mirror of
https://github.com/UglyToad/PdfPig.git
synced 2026-01-18 19:51:24 +08:00
#9 fix bug with truetype fonts and start adding support for cid fonts using compact font format
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user