Hi,
I need to use white font againt black back ground.
I have changed the background to black.
How to use white fonts.
font I am using is->
CWindowGc& gc = SystemGc();
CFont* fontUsed = const_cast<CFont*>(iEikonEnv ->LegendFont());//NormalFont());
gc.UseFont(fontUsed);

Reply With Quote

