SetTextJustification() method not justifying text on Windows Server 2016

  • Thread starter Thread starter Rakesh Makhija
  • Start date Start date
R

Rakesh Makhija

Guest
Text is not getting justified when release version VC++ code is running on Windows Server 2016.

I am using below method

SetTextJustification( pDC, ExtraLen , ss->nSpaces )


Text is justified properly when I run debug version of code on Windows 10 machine.


Can someone please suggest regarding this issue?


Thanks,

Rakesh

Continue reading...
 
Back
Top