| Updated: | 04-26-11 03:57 PM |
| Created: | unknown |
| Downloads: | 46,825 |
| Favorites: | 494 |
| MD5: | |
| Categories: | Tekkub's Emporium of Random Crap, Graphic UI Mods |

File Name |
Version |
Hits |
Size |
Author |
Date |
4.2.0.13-Beta |
527 |
574kB |
Tekkub |
07-23-11 11:15 PM |
File Name |
Version |
Size |
Author |
Date |
3.3.0.11-Releas |
568kB |
Tekkub |
09-25-10 05:29 PM |
|
3.2.0.10-Releas |
568kB |
Tekkub |
12-05-09 06:34 PM |
|
3.0.9.9-Release |
568kB |
Tekkub |
02-16-09 12:08 AM |
![]() |
Comment Options |
|
|
|
|
A Murloc Raider
Forum posts: 4
File comments: 22
Uploads: 0
|
anyone able to confirm if this still works at 100% for 4.2? as in.. the fonts actually being changed like intended?
|
|
|
|
|
|
|
A Murloc Raider
Forum posts: 4
File comments: 22
Uploads: 0
|
awesome! thank you so much for this addon! since clearfont died out and you resurrected it woot! is all I have to say...
I hope you will be able to maintain it in the future ) Helps my eyes a ton! again, thanks! |
|
|
|
|
|
|
Hi, so i got a problémo that has been breathing down my neck forever-
-my chat font is set "outlinemonochrome" -(caps) -when i log in, everything fine chat- outlined/monochromed -if i toggle any addon pannel or the profession pane etc.. random interface windows, the chat loses its outline. -now... i can /rl and that typically fixes it but on occasion not even that works, so i relog to fix it. inserted the code below all over the lua in tekticles but to no avail ChatFrame1:SetShadowColor(0, 0, 0, 0) -- 4th arg is alpha ChatFrame1:SetShadowOffset(0, 0) -- x, y ChatFrame1:SetSpacing(2) any ideas on how to keep the font tagged outline/monochrome? -would be much appreciated |
|
|
|
|
|
|
|
thank you much for the update as a visually disabled player I find this addon or Minitype to work great as of 4.1, currently using tekticles of course, just jump into the lua code to adjust the font sizes for every aspect of the game again thank you so much for updating this simple font resizing addon.
![]() I am finding a hard time to enlarge the font for talking to a npc, I've gone through the lua file & enlarged all the fonts available but the npc text in the window is still 10-12pt, but I don't see anywhere in the lua code for enlarging that particular font. Maybe the ability to change the npc window text isn't included, not sure, I might just be missing something to change in the lua. If anyone knows what exactly in the lua to change to enlarge npc window text; it's not just talking to npc it's also quest text that's very small, feel free to pm or post here so I can change it, thanks. EDIT: I just got Code:
SetFont(QuestFont, ITALIC, 22, nil, 0.15, 0.09, 0.04) ![]() example below: ![]()
Last edited by Squiddy0 : 05-07-11 at 01:56 AM.
|
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 1
File comments: 158
Uploads: 0
|
Getting error on 4.1 PTR:
Code:
[12:43:51] Interface\AddOns\tekticles\tekticles.lua:83: hooksecurefunc(): PlayerTitleFrame_UpdateTitles is not a function [C]: ? [C]: in function `hooksecurefunc' Interface\AddOns\tekticles\tekticles.lua:83: in function <Interface\AddOns\tekticles\tekticles.lua:13> |
|
|
|
|
|
|
A Murloc Raider
Forum posts: 6
File comments: 55
Uploads: 0
|
Doesnt work for me anymore.
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 1
File comments: 158
Uploads: 0
|
Anyone know how to get this mod to apply the font to the in-game focus frame?
*edit* nevermind, looks like it was bugged on Blizzard's end. It's fixed now.
Last edited by Tanque : 10-18-10 at 05:06 PM.
|
|
|
|
|
|
|
Assuming this addon still works. Take the font you like "Pepsi.ttf" I think you said.
Rename it to exactly this: Calibri.ttf Then overwrite your cleverly disguised Pepsi.ttf (now Calibri.tff) on top of the one that is currently in the tekticles folder. Then, in game, select Calibri as your font for SCT. The reality of it is that you're selecting PEPSI, but since you renamed it, it will show up as Calibri. This would be the easiest way to do what you're looking for. I hope this helped. |
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 1
Uploads: 0
|
This seems to be a great addon - providing the possibility to do exactly what I'm looking for. Problem is that I'm surviving on in-game configurability when it comes to addons - plowing through lua-codes is not my cup of tea at all. I've done some Googling after specific instructions for a code newbie like myself, but found nothing. Now, as a last hope, I'm throwing my fishing line into these waters.
What I want from this addon is one thing only - to change the font of the scrolling combat text. I would very much like all other text to have its default font. I have found a font that I would like to use for the scrolling combat text; " PEPSI_pl.ttf " (ttf should be the right format to use if I'm not completely mistaken). Can some kind soul please show me exactly what I need to change in the lua-file in order to make this happen - to change the SCT and to keep all other text default? I just can't wrap my head around the coding. Thank you in advance for any help provided as well as for the addon even if I should never get to experience it myself! |
|
|
|
|
|
|
Friends frame.
This is for anyone who wants tekticles to skin the new Friends frame. Copy-paste into your config file, replacing the font with the one you need. The font names are pretty self-explanatory, but I commented them just in case.
Code:
SetFont(FriendsFont_Normal, PIXEL, 10, "OUTLINE") --Friends frame names SetFont(FriendsFont_Small, PIXEL, 10, "OUTLINE") --Last online text SetFont(FriendsFont_Large, PIXEL, 10, "THICKOUTLINE") --Not really sure what this does, but it's set to fit in SetFont(FriendsFont_UserText, PIXEL, 10, "OUTLINE") --Real ID status text
__________________
My approach to addons: keep it clean, simple, use as much original original Blizzard code as possible and never sacrifice functionality for looks |
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 20
Uploads: 0
|
This needs to affect the new friends list and toast frame, please look into it Tekkub.
![]() |
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 1
Uploads: 0
|
Is there anyway to change the size of the blizzard standard combat text, that appears over the enemies head?
I'v tried changing: SetFont(CombatTextFont, NORMAL, 26) but it's having no effect at all ![]() |
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 1
File comments: 1
Uploads: 0
|
disable chat in tekticles
I have switched from CF2 to tekticles, mainly because I like your other addons alot. I use prat to set the chat box to an outlined font. I probably could change your addon to add "outline" to the chatframe but I will still use prat for its chat settings and features, so, I changed this to have your addon stop changing my prat settings.
Code:
tekticles.lua -- for i=1,7 do -- local f = _G["ChatFrame"..i] -- local font, size = f:GetFont() -- f:SetFont(NORMAL, size) -- end |
|
|
![]() |
You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.