Thread Tools Display Modes
04/29/19, 08:12 AM   #1
Anceane
 
Anceane's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 306
modifying a font style

I use actually the old addons Pawksickles for that, but there is some addons that simply dont let the style of a font be change, so i would like to know if there is a way to go directly in an addon and change the name of the style of the font to suppress all the shadow, outline, bold and more just to be normal ?

what line or code should i seach for ?

(I have a lot of difficulty to read text with shadow for example and even if i put the size large enough, the shadow for example still add trouble for me).

I do not name addons in particular, as if i can do it myself with your help, the addon author would have less to do.

Thank you
  Reply With Quote
04/29/19, 04:47 PM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,973
I'm not sure if this will help but try to read this info about the fonts:
https://wiki.esoui.com/Fonts

In there you'll find the fonts and style strings like:
"MEDIUM_FONT" -- or "BOLD_FONT"
"soft-shadow-thin" -- or "soft-shadow-thick", or... see below

see below = the list of the XML and font entries below in the wiki.

If you search the lua files and XML file for these texts you should find them, and be able to replace them with other values from the list.
  Reply With Quote
04/29/19, 05:00 PM   #3
Anceane
 
Anceane's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 306
Originally Posted by Baertram View Post
I'm not sure if this will help but try to read this info about the fonts:
https://wiki.esoui.com/Fonts

In there you'll find the fonts and style strings like:
"MEDIUM_FONT" -- or "BOLD_FONT"
"soft-shadow-thin" -- or "soft-shadow-thick", or... see below

see below = the list of the XML and font entries below in the wiki.

If you search the lua files and XML file for these texts you should find them, and be able to replace them with other values from the list.
ok will work on that tomorrow thank you for the link and the explanations
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » modifying a font style


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