View Single Post
05-02-11, 06:36 PM   #31
Lily.Petal
A Molten Giant
 
Lily.Petal's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2010
Posts: 540
Originally Posted by Seerah View Post
I gave up. Here's your new thread.
I'm sorry! Also, wouldn't this go under the oUF forum? D:
Originally Posted by red8981 View Post
I have a simple question.
(IE: c://worldofwarcraft/fonts/frizqt__.ttf
but when i change it to come other font, some of them work, but most of them do not work
Code:
  -- // oUF tutorial layout
  -- // zork - 2010
  
  cfg.font = "FONTS\\FRIZQT__.ttf"
It's
cfg.font = "FONTS\\FRIZQT__.ttf"

The way you have it is lowercase, the Caps actually do mean something when it comes to coding,
frizqt__.ttf is not the same as FRIZQT__.ttf, also, I changed my directory, having it set to my own media folder.
Code:
cfg.font = "Interface\\AddOns\\Lily Media\\Fonts\\visitor2.ttf"
I'm sllooowly rewriting the whole thing, adding color libraries, changing directories and options z.z it's not easy.
__________________

Aggro Color to KG Panels Borders - Nibelheim
Lua Based UI Hider - Nibelheim
Custom LUA PowerText - Stuf - Nibelheim, Seerah

Last edited by Lily.Petal : 05-02-11 at 06:42 PM.
  Reply With Quote