ststeiger / PdfSharpCore

Port of the PdfSharp library to .NET Core - largely removed GDI+ (only missing GetFontData - which can be replaced with freetype2)
Other
1.06k stars 237 forks source link

fix (Fonts): Type1 font handling (bump SixLabors.Fonts) #232

Closed jafin closed 2 years ago

jafin commented 2 years ago

Updating the SixLabors.Fonts 1.0.0.-beta17 which includes a fix that lets Type1 fonts be handled. Resolves #175

Fix was in https://github.com/SixLabors/Fonts/releases/tag/v1.0.0-beta16