ststeiger / PdfSharpCore

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

Fonts improves #204

Closed IldarKhayrutdinov closed 2 years ago

IldarKhayrutdinov commented 2 years ago

The latest version ImageSharp 2.0 is not support .NET Standard 1.3 target: https://github.com/SixLabors/ImageSharp/pull/1888 Microsoft recommend .NET Standard 2.0, maybe drop 1.3?