EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Developer Discussion > UI Developer Discussion

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4  
Unread 01-12-2013, 03:31 PM
Darqwood's Avatar
Darqwood Darqwood is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Aug 2005
Posts: 965
Default

On the conversation buttons for example, you need to use a new font style that is associated with the button style. In ProxyActor, I started a simple button style that uses Zapf20 like this:


Code:
<ButtonStyle Name="text_temp" NormalTextColor="#F0D080" NormalTextStyle="/Fonts.FontZapf20" RStyleDefault="/ButtonStyles.BigRoundButton.biground_normal" />

and then replaced the style on the conversation button with it:


Code:
<Button AutoResize="true" Margin="15,10,15,10" MaximumSize="300,16384" MinimumSize="75,28" Name="ReplyTemplate" ScrollExtent="75,28" Size="75,28" Style="text_temp" TextMaxLines="255" Visible="false">:78406b312303306e:[DEVL]Tell me more about the person who stole your sword.</Button>

This gave the results shown below. You would need to fill out the other parts of the button style (pressed, mouseover, etc.) with the larger font to make it viable. Look in eq2ui_fonts.xml for some other font choices. I would also be fairly cautionary about changes like this -- you'll want to test it out with some longer responses to make sure they don't get cut off. I would also check to see how it works with many choice buttons -- talk to one of the guild harvester NPCs for example.


Reply With Quote
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 11:45 AM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI