groege / PdfSharpCore

PdfSharp port NetCore
47 stars 13 forks source link

Fix Fonts #1

Open groege opened 7 years ago

groege commented 7 years ago

Fonts do not work yet.

groege commented 7 years ago

Fonts now work by Implementing "IFontResolver" and setting the value GlobalFontSettings.FontResolver

Will implement a default FontResolver, which will scan the Assembly for all ".ttf" resources, trying to use file names to set the corresponding FontFaces