|
|
can someone give an example how it works!
my code: PdfFont.CreateFont(page.Document, faceName, true, 0, FontWeight.FW_EXTRALIGHT, 0, aset.FontCharacterSet, false);
looks exactly like: PdfFont.CreateFont(page.Document, faceName, true, 0, 0, 0, aset.FontCharacterSet, false);
|