Application compatibly issue with Windows 7 Vs Windows 10

  • Thread starter Thread starter kumsudheer
  • Start date Start date
K

kumsudheer

Guest
Hello,

We have developed an application(C++/CLI/CLR based) using VS-2013 in windows 7 OS which actually generates bitmaps (pixels data in bytes) for font glyphs. Recently we have migrated to Windows 10 OS, when we use the same tool for generating bitmaps, the data appears different which results either characters/glyphs looks bold or dull.

API used: Graphics::DrawString()

Default SDK used : Windows 8.1

Default .Net FW used : 4.0

Attaching sample generated bitmap differences. (Not able to reference image since my account is yet to be verify)

So how I can resolve this issue to match bitmap exactly like windows-7 generated?

Continue reading...
 
Back
Top