[Help]About Text Bold

03/29/2017 18:47 banktakung#1
[Only registered and activated users can see links. Click Here To Register...]


how to remove bold from static text sir ?:handsdown:
03/30/2017 10:39 Ecrypter#2
_Interface folder
ITheme.cpp

In the
#ifdef __WINDOWS_V19
pFont = new CD3Font _T("Verdana"), 9, D3FONT_BOLD);

remove the
PHP Code:
 D3FONT_BOLD 
03/30/2017 16:33 banktakung#3
Quote:
Originally Posted by Ecrypter View Post
_Interface folder
ITheme.cpp

In the
#ifdef __WINDOWS_V19
pFont = new CD3Font _T("Verdana"), 9, D3FONT_BOLD);

remove the
PHP Code:
 D3FONT_BOLD 
fixed in WndControl.