forked from MarcelineVQ/MonkeySpeed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MonkeyLibrary.xml
26 lines (22 loc) · 999 Bytes
/
MonkeyLibrary.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\..\FrameXML\UI.xsd">
<Script file="MonkeyLibrary.lua"/>
<Script file="MonkeyGlobals.lua"/>
<FontString name="MonkeyQuestFont" inherits="MasterFont" font="Interface\AddOns\MonkeyLibrary\Fonts\myriapsc.ttf" virtual="true">
<FontHeight>
<AbsValue val="12"/>
</FontHeight>
<Color r="1.0" g="1.0" b="1.0"/>
</FontString>
<FontString name="MonkeyQuestFontWide" inherits="MasterFont" font="Interface\AddOns\MonkeyLibrary\Fonts\framd.ttf" virtual="true">
<FontHeight>
<AbsValue val="12"/>
</FontHeight>
<Color r="1.0" g="1.0" b="1.0"/>
</FontString>
<FontString name="MonkeyQuestTitleFont" inherits="MasterFont" font="Interface\AddOns\MonkeyLibrary\Fonts\adventure.ttf" virtual="true">
<FontHeight>
<AbsValue val="14"/>
</FontHeight>
<Color r="1.0" g="1.0" b="1.0"/>
</FontString>
</Ui>