Font of Item Text and Tooltip

04/26/2013 03:39 Rhyder`#1
any one who know which part of Source and the Function to edit the font of this??


Picture:
.

1 ToolTip--> (FIXXED)
.
2 Item -->
[Only registered and activated users can see links. Click Here To Register...]

Thanks in Advance ^^
04/26/2013 12:40 Velmore#2
look in textclient.txt there is the color defined

e.g. [Only registered and activated users can see links. Click Here To Register...]
04/26/2013 14:34 Mognakor#3
Quote:
Originally Posted by Velmore View Post
look in textclient.txt there is the color defined

e.g. [Only registered and activated users can see links. Click Here To Register...]
Has nothing to do with his problem at all.


In WndManager.cpp

void CWndMgr::MakeToolTipText( CItemBase* pItemBase, CEditString& strEdit, int flag )
This one contains multiple function calls , like one for the name one for the level, one for 1handed/2handed and so on.


Same file
void CWndMgr::InitSetItemTextColor( )

contains the definition of colors used for tooltips.
04/26/2013 15:39 Rhyder`#4
FIXXED