ststeiger / PdfSharpCore

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

Fix for Turkish culture crash #376

Closed jeffreycoxdoosan closed 12 months ago

jeffreycoxdoosan commented 1 year ago

closes #375 Fixes a crash in PdfDocumentRenderer under culture "tr-TR" and adds a unit test for it. Also fixes a race-condition in GlobalFontSettings that was preventing the unit test from running.

ststeiger commented 12 months ago

Merged.