Thread Tools Display Modes
02-14-10, 09:05 AM   #1
macropyre
A Defias Bandit
Join Date: Feb 2010
Posts: 3
Russian fonts

How can i switch fonts in ouf? I have russian client and all text in ouf looks lik "??????" What should i do to fix this problem?
  Reply With Quote
02-14-10, 09:14 AM   #2
Bruners
A Flamescale Wyrmkin
 
Bruners's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 125
change the font file with one that supports russian characters.
most likely it's name is font*.ttf
  Reply With Quote
02-14-10, 09:18 AM   #3
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 918
Most oUF layouts define the font at the top of the layouts *.lua file.

Something like this...

Code:
local Font = "Interface\\AddOns\\oUF_layout\\FONTNAME.TTF"
Most of the time there is a font included in the layout's directory. Just replace it with your own font: delete the old font and rename the new one to the old fonts name, CASE SENSITIVE.
__________________
Rock: "We're sub-standard DPS. Nerf Paper, Scissors are fine."
Paper: "OMG, WTF, Scissors!"
Scissors: "Rock is OP and Paper are QQers. We need PvP buffs."

"neeh the game wont be remembered as the game who made blizz the most money, it will be remembered as the game who had the most QQ'ers that just couldnt quit the game for some reason..."

  Reply With Quote
02-14-10, 10:09 AM   #4
macropyre
A Defias Bandit
Join Date: Feb 2010
Posts: 3
GREAT.

Thx a lot.

To all who use "oUF_Caellian"

If u want to switch fonts just find file with fonts, put it into
oUF_Caellian\media\fonts
and then change fonts in oUF_cConfig.lua(U can open it with notepad)

Last edited by macropyre : 02-14-10 at 10:22 AM.
  Reply With Quote
02-14-10, 10:19 AM   #5
Bruners
A Flamescale Wyrmkin
 
Bruners's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 125
google russian fonts


http://www.cyrillic.com/ref/cyrillic/fontlist.html
  Reply With Quote
02-14-10, 10:57 AM   #6
haste
Featured Artist
 
haste's Avatar
Premium Member
Featured
Join Date: Dec 2005
Posts: 1,027
The Russian client already supports the fonts, simply change:
Originally Posted by Dawn View Post
Code:
local Font = "Interface\\AddOns\\oUF_layout\\FONTNAME.TTF"
to
Code:
local Font = STANDARD_TEXT_FONT
__________________
「貴方は1人じゃないよ」
  Reply With Quote
02-14-10, 11:09 AM   #7
macropyre
A Defias Bandit
Join Date: Feb 2010
Posts: 3
Hmm, i have 1 more question, how can i switch fonts and size of text that is used for npc names?
  Reply With Quote

WoWInterface » Featured Projects » oUF (Otravi Unit Frames) » Russian fonts


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