Share via

Why do these two projects generate a different number of glyph images per character?

polcott 20 Reputation points
2023-07-22T16:18:31.38+00:00
Developer technologies | .NET | Other
0 comments No comments

Answer accepted by question author

Bruce (SqlWork.com) 84,086 Reputation points
2023-07-22T16:58:55.4733333+00:00

They are running different versions of the .net runtime, and thus different font rendering libraries. The .net 7 version uses more font hints.

note: there were lots of complaints about WCF font rendering (blurry), so it has improved with different versions.

Was this answer helpful?


1 additional answer

Sort by: Most helpful
  1. polcott 20 Reputation points
    2023-07-22T17:26:25.5733333+00:00

    This answer showed up in my email yet could not be accessed through the web interface.

    Bruce (SqlWork.com) answered your question Why do these two projects generate a different number of glyph images per character? on Microsoft Q&A.

    They are running different versions of the .net runtime, and thus different font rendering libraries. The .net 7 version uses more font hints. note: there were lots of complaints about WCF font rendering (blurry), so it has improved with different…

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.