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

Readme update #266

Closed MichelMichels closed 2 years ago

MichelMichels commented 2 years ago

Following changes:

pamapa commented 2 years ago

Nice work on top of README.md, maybe you can rebase once my MR #265 has been merged...

MichelMichels commented 2 years ago

Nice work on top of README.md, maybe you can rebase once my MR #265 has been merged...

Yes, I like your structure better than mine for the README.md. I'll overwrite the code snippet with the newer .NET 6 example if that's ok.

MichelMichels commented 2 years ago

I added my .NET 6 example into the recently updated README.md.

codecov-commenter commented 2 years ago

Codecov Report

Merging #266 (9146b11) into master (2828a90) will increase coverage by 0.00%. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #266   +/-   ##
=======================================
  Coverage   26.62%   26.63%           
=======================================
  Files         238      238           
  Lines       23336    23336           
  Branches     2809     2809           
=======================================
+ Hits         6214     6216    +2     
+ Misses      16629    16628    -1     
+ Partials      493      492    -1     
Impacted Files Coverage Δ
PdfSharpCore/Fonts/FontFactory.cs 35.25% <0.00%> (+1.28%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2828a90...9146b11. Read the comment docs.