You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has the XPS Format changed in Net6 (or the way how fonts are stored in the xps).
Caus I've a lib (PdfSharp.Xps), wich converts XPS to PDF. But if the XPS is created with Net6 the font's could not be read.
Also if I debug, in net6 most of the byte array of the font is zero, in net5 most is filled with data
The text was updated successfully, but these errors were encountered:
Has the XPS Format changed in Net6 (or the way how fonts are stored in the xps).
Caus I've a lib (PdfSharp.Xps), wich converts XPS to PDF. But if the XPS is created with Net6 the font's could not be read.
Also if I debug, in net6 most of the byte array of the font is zero, in net5 most is filled with data
The text was updated successfully, but these errors were encountered: