MountyMAX - 2014-08-29

Hi all,

i currently using PDFSharp the API is much better as PDFClown, but PDFClown
have more features (create Acroforms, Scripts etc.).
I currently replacing the old PDFSharp Engine with PDFClown, but i cant find
a function for

font = gcnew PdfSharp::Drawing::XFont(fontname, fontsize,fontstyle);

My problem is fontname, in PDFSharp it is a simple String with
a local Fontname installed in Windows, how can i solve this in PDFClown? I
only found predefinied Fonts (for

org::pdfclown::documents::contents::composition::PrimitiveComposer::SetFont

)