![]() |
Customizing the UI Fonts
Hi,
I absolutely love this UI but the two script fonts; Highspeed and Speedline are annoying me abit. I was wondering if anyone has any Experi with editing the XML. I came up with two ideas. A. Edit the _ProfitUI_Styles UI by doing a search and replace for HighSpeed and Speedline and hope it’s not located in one of those others XML files. (Change to like Arial) B. Delete the font files and hope that the UI will use Arial as the default font. It seems to be what is used for the rest of the UI.C. Or......Find a add on Target box without these fonts These fonts only seem to be used in the Target Window, and for the experi counter. Thoughts? Thanks! If someone has posted this before my apologizes and feel free to b*tch <3 I did do a search on the topic |
If you delete the styles file from profit you will have missing text. The easiest solution would be to edit the file _profitui_styles.xml and replace:
<include>_ProfitUI_FontHighspeed28.xml</include> <include>_ProfitUI_FontHighspeed56.xml</include> <include>_ProfitUI_FontTahoma12.xml</include> <include>_ProfitUI_FontTahoma13.xml</include> <include>_ProfitUI_FontFranklinGothicMedium16.xml</include> <TextStyle Algorithm="Simple" FontName="Speedline" Language="english" Leading="-6" Name="Font20" PointSize="20" PrivateFontPath="UI/ProfitUI/fonts/Speedline.ttf" UseCachedFont="true" /> <TextStyle Algorithm="Simple" FontName="Speedline" Language="english" Name="Font22" PointSize="22" PrivateFontPath="UI/ProfitUI/fonts/Speedline.ttf" UseCachedFont="true" /> <TextStyle Algorithm="Simple" FontName="Speedline" Language="english" Name="Font27" PointSize="27" PrivateFontPath="UI/ProfitUI/fonts/Speedline.ttf" UseCachedFont="true" /> With : <TextStyle Algorithm="Simple" FontName="Arial" Language="english" Leading="-2" Name="Font28" PointSize="28" UseCachedFont="true" /> <TextStyle Algorithm="Simple" FontName="Arial" Language="english" Leading="-2" Name="Font56" PointSize="56" UseCachedFont="true" /> <include>_ProfitUI_FontTahoma12.xml</include> <include>_ProfitUI_FontTahoma13.xml</include> <include>_ProfitUI_FontFranklinGothicMedium16.xml</include> <TextStyle Algorithm="Simple" FontName="Arial" Language="english" Leading="-2" Name="Font20" PointSize="20" UseCachedFont="true" /> <TextStyle Algorithm="Simple" FontName="Arial" Language="english" Leading="-2" Name="Font22" PointSize="22" UseCachedFont="true" /> <TextStyle Algorithm="Simple" FontName="Arial" Language="english" Leading="-2" Name="Font27" PointSize="27" UseCachedFont="true" /> Not sure how this will look though. Silat |
Wonderful,
Thank You |
| All times are GMT -5. The time now is 09:56 PM. |
vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI