Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

help font

Status
Not open for further replies.
Newbie Spellweaver
Joined
Apr 20, 2015
Messages
59
Reaction score
0
ar18 - help font - RaGEZONE Forums


ar18 - help font - RaGEZONE Forums


ar18 - help font - RaGEZONE Forums


2, "4"
3, "0"
4, "0"
5, "1"
8, "5000"
9, "5"
10, "874"
11, "1"
lang thai help
 
Junior Spellweaver
Joined
Dec 29, 2012
Messages
126
Reaction score
0
Yes how can i fix this having same problem bold fonts, they look very big, editing proplang didnt work for me



ITheme.cpp search for BOLD and completely remove the BOLD part like example

pFont = new CD3DFont( _T("MS Gothic"), 15 );//, D3DFONT_BOLD ); pFont->m_nOutLine = 2; pFont->m_dwColor = D3DCOLOR_ARGB( 255, 255, 255, 255); pFont->m_dwBgColor = D3DCOLOR_ARGB( 255, 40, 100, 220 ); pFont->m_dwFlags = D3DFONT_FILTERED; m_mapFont.SetAt( _T( "gulim20"), pFont );
 
Newbie Spellweaver
Joined
Apr 20, 2015
Messages
59
Reaction score
0
I find what you say, but I do not know where to solve it. This is my file
my file

https://mega.nz/#!Nsk1zCjY!adlT1UcA1P0Ze0EbDykpoogx9L9CLvZ78THk8f4kyAA
 
Status
Not open for further replies.
Back
Top