This is another wishlist and I hope this feature maybe added before doing the layout export and import feature I've noted from other post.
- Font FaceType are now global but I am looking forward to have same like setting the size. Now, font size can be set globally and also be set seperately in each mana text, health text, combat text and etc. I wish to see Global FontFace setting and it can also set seperately for each mana text, health text, combat text and etc.
I have a font problem. I get this but-ugly font in pitbull and i want to change it. i have found the strings in the PitBull.lua that decides what font to use but it dosnt work.
SharedMedia:Register("font", "FRIZQT", "Interface\\AddOns\\PitBull\\Fonts\\FRIZQT.TTF") //i have tried to implement the standard font
SharedMedia:Register("font", "Vera Serif", "Interface\\AddOns\\PitBull\\Fonts\\VeraSe.ttf")
-----------
PitBull:RegisterDefaults('profile', {
settings = {
texture = "Cilo",
font = "FRIZQT",
fontsize = 12,
locked = false,
clamped = true,
colors = colors,
hideTooltipInCombat = false,
showEliteBorder = false,
strata = "MEDIUM",
Even tho i have fount the code lines it dosnt work. When i put out a Font map in the root (with the normal font) it still dosnt work. but when i put in some other fonts (from someone elses dir - for ex. ARIALN.ttf, it changes to that font)
I have tried pretty much everything im capabelt to, so it would be soooo nice if someone could help me just get the standard font in the windows.
centrius: you should check out the SharedMedia addon/lib (www.wowace.com/files), its amazing and lets you even add your media (backgrounds, borders, fonts) if what you want isn't included.
I have a font problem. I get this but-ugly font in pitbull and i want to change it. i have found the strings in the PitBull.lua that decides what font to use but it dosnt work.
SharedMedia:Register("font", "FRIZQT", "Interface\\AddOns\\PitBull\\Fonts\\FRIZQT.TTF") //i have tried to implement the standard font
SharedMedia:Register("font", "Vera Serif", "Interface\\AddOns\\PitBull\\Fonts\\VeraSe.ttf")
-----------
PitBull:RegisterDefaults('profile', {
settings = {
texture = "Cilo",
font = "FRIZQT",
fontsize = 12,
locked = false,
clamped = true,
colors = colors,
hideTooltipInCombat = false,
showEliteBorder = false,
strata = "MEDIUM",
Even tho i have fount the code lines it dosnt work. When i put out a Font map in the root (with the normal font) it still dosnt work. but when i put in some other fonts (from someone elses dir - for ex. ARIALN.ttf, it changes to that font)
I have tried pretty much everything im capabelt to, so it would be soooo nice if someone could help me just get the standard font in the windows.
You don't have to go into PitBull's code to change the font at all. It's under Global settings in the options menu. If you want access to more fonts, install SharedMedia - as mentioned, you can even add your own custom fonts by reading the "INSTRUCTIONS for MyMedia.txt" file. If you want more selections without adding them yourself, install ClearFont2.
Ill look into MyMedia/SharedMedia, even tho I was abel to fix it yesterday. I did the *hack* version where i renamed the same font file 4 times in a font map. Took a bit of testing but i got it to work.
But I like the normal font (whitch dissapires when I override all the game fonts with the new font).
You don't have to go into PitBull's code to change the font at all. It's under Global settings in the options menu. If you want access to more fonts, install SharedMedia - as mentioned, you can even add your own custom fonts by reading the "INSTRUCTIONS for MyMedia.txt" file. If you want more selections without adding them yourself, install ClearFont2.
Sorry for the Necro-post, but I'm going to continue using Ace-Pitbull for a little while while Ck irons the more annoying bugs with Rock. :)
I must be missing the option that lets me use my font selected with ClearFont. If someone could point me down the correct menu path, I'd appreciate it. Thanks.
ClearFont2 won't change PitBull's fonts because PitBull has font options of it's own. What I said was that CF2 will add fonts to those you can select from. You still need to choose it.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
- Font FaceType are now global but I am looking forward to have same like setting the size. Now, font size can be set globally and also be set seperately in each mana text, health text, combat text and etc. I wish to see Global FontFace setting and it can also set seperately for each mana text, health text, combat text and etc.
- Any idea how do add more custom fonts?
So i guess thats one way of doing it
Even tho i have fount the code lines it dosnt work. When i put out a Font map in the root (with the normal font) it still dosnt work. but when i put in some other fonts (from someone elses dir - for ex. ARIALN.ttf, it changes to that font)
I have tried pretty much everything im capabelt to, so it would be soooo nice if someone could help me just get the standard font in the windows.
You don't have to go into PitBull's code to change the font at all. It's under Global settings in the options menu. If you want access to more fonts, install SharedMedia - as mentioned, you can even add your own custom fonts by reading the "INSTRUCTIONS for MyMedia.txt" file. If you want more selections without adding them yourself, install ClearFont2.
Ill look into MyMedia/SharedMedia, even tho I was abel to fix it yesterday. I did the *hack* version where i renamed the same font file 4 times in a font map. Took a bit of testing but i got it to work.
But I like the normal font (whitch dissapires when I override all the game fonts with the new font).
Thx again :)
Sorry for the Necro-post, but I'm going to continue using Ace-Pitbull for a little while while Ck irons the more annoying bugs with Rock. :)
I must be missing the option that lets me use my font selected with ClearFont. If someone could point me down the correct menu path, I'd appreciate it. Thanks.