Forum
Please
Log In
to post a new message or reply to an existing one. If you are not registered, please
register.
NOTE: Some forums may be read-only if you are not currently subscribed to
our technical support services.
Subject |
Author |
Date |
|
Jonas Gauffin
|
Feb 19, 2007 - 2:35 AM
|
CExtLabel does not work with "bold italic", it works with one of those, but not both in combination.
|
|
Technical Support
|
Feb 20, 2007 - 9:05 AM
|
We cannot confirm this bug. Would you show the code which sets the mentioned styles?
|
|
Gunasekaran Velu
|
Feb 19, 2007 - 3:48 AM
|
hi
i am using this code its working for me(both bold as well as Itlalic...)....
CExtLabel m_Ver;
m_Ver.SetFontBold(true); m_Ver.SetFontItalic(true);
|
|