<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://addonstudio.org/mw1/index.php?action=history&amp;feed=atom&amp;title=WoW%3AXML%2FFont</id>
	<title>WoW:XML/Font - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://addonstudio.org/mw1/index.php?action=history&amp;feed=atom&amp;title=WoW%3AXML%2FFont"/>
	<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:XML/Font&amp;action=history"/>
	<updated>2026-06-02T20:52:16Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://addonstudio.org/mw1/index.php?title=WoW:XML/Font&amp;diff=20351&amp;oldid=prev</id>
		<title>Move page script: Move page script moved page XML/Font to WoW:XML/Font without leaving a redirect</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:XML/Font&amp;diff=20351&amp;oldid=prev"/>
		<updated>2023-08-15T04:49:23Z</updated>

		<summary type="html">&lt;p&gt;Move page script moved page &lt;a href=&quot;/wiki/WoW:XML/Font&quot; title=&quot;WoW:XML/Font&quot;&gt;XML/Font&lt;/a&gt; to &lt;a href=&quot;/wiki/WoW:XML/Font&quot; title=&quot;WoW:XML/Font&quot;&gt;XML/Font&lt;/a&gt; without leaving a redirect&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 04:49, 15 August 2023&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key addonstu_asmw2:diff::1.12:old-20350:rev-20351 --&gt;
&lt;/table&gt;</summary>
		<author><name>Move page script</name></author>
	</entry>
	<entry>
		<id>https://addonstudio.org/mw1/index.php?title=WoW:XML/Font&amp;diff=20350&amp;oldid=prev</id>
		<title>Bear: Created page with &quot;{{uixml}}  Font is a special element that allows FontString properties to be more easily defined for inheriting. The Font element ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:XML/Font&amp;diff=20350&amp;oldid=prev"/>
		<updated>2012-09-23T07:41:20Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{uixml}}  &lt;a href=&quot;/wiki/WoW:XML/Font&quot; title=&quot;WoW:XML/Font&quot;&gt;Font&lt;/a&gt; is a special element that allows &lt;a href=&quot;/wiki/WoW:XML/FontString&quot; title=&quot;WoW:XML/FontString&quot;&gt;FontString&lt;/a&gt; properties to be more easily defined for inheriting. The &lt;a href=&quot;/wiki/WoW:XML/Font&quot; title=&quot;WoW:XML/Font&quot;&gt;Font&lt;/a&gt; element ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{uixmlelem}}&lt;br /&gt;
&lt;br /&gt;
[[XML/Font|Font]] is a special element that allows [[XML/FontString|FontString]] properties to be more easily defined for inheriting. The [[XML/Font|Font]] element can be used in a [[XML/Ui]] element.&lt;br /&gt;
&lt;br /&gt;
== Inheritance ==&lt;br /&gt;
Inherited by: [[XML/FontString|FontString]], Inherits: none, Defined in: [[XML/Ui|Ui]]&lt;br /&gt;
&lt;br /&gt;
== Elements ==&lt;br /&gt;
* [[XML/Value|FontHeight]]&lt;br /&gt;
* [[XML/Color|Color]]&lt;br /&gt;
* [[XML/Shadow|Shadow]]&lt;br /&gt;
&lt;br /&gt;
== Attributes ==&lt;br /&gt;
* name (string)&lt;br /&gt;
* inherits (string)&lt;br /&gt;
* virtual (bool) - Default is &amp;#039;false&amp;#039;.&lt;br /&gt;
* font (string)&lt;br /&gt;
* spacing (float) - Default is &amp;#039;0&amp;#039;.&lt;br /&gt;
* outline ([[XML/OUTLINE|OUTLINE]]) - Default is &amp;#039;NONE&amp;#039;.&lt;br /&gt;
* monochrome (bool) - Default is &amp;#039;false&amp;#039;.&lt;br /&gt;
* justifyV ([[XML/JUSTIFYV|JUSTIFYV]]) - Default is &amp;#039;MIDDLE&amp;#039;.&lt;br /&gt;
* justifyH ([[XML/JUSTIFYH|JUSTIFYH]]) - Default is &amp;#039;CENTER&amp;#039;.&lt;br /&gt;
* height (int) - font height. is inline alternative to &amp;lt;FontHeight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
Font is one of the few types that can be virtually inherited by more than one type. Fonts can inherit other Fonts and FontStrings can inherit Fonts. The primary purpose of Font is to avoid having to create virtual FontStrings which are expensive since they are fully renderable elements.   &lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
 &amp;lt;[[XML/Ui|Ui]] xmlns=&amp;quot;http://www.blizzard.com/wow/ui/&amp;quot;&lt;br /&gt;
       xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;[[XML/Font|Font]] name=&amp;quot;MyFont&amp;quot; font=&amp;quot;myfont.ttf&amp;quot; virtual=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;FontHeight&amp;gt;&lt;br /&gt;
       &amp;lt;AbsValue val=&amp;quot;12&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;/FontHeight&amp;gt;&lt;br /&gt;
   &amp;lt;/Font&amp;gt;&lt;br /&gt;
   &amp;lt;Frame name=&amp;quot;MyFrame&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;Size x=&amp;quot;200&amp;quot; y=&amp;quot;200&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;Layers&amp;gt;&lt;br /&gt;
       &amp;lt;Layer&amp;gt;&lt;br /&gt;
         &amp;lt;FontString text=&amp;quot;Bob&amp;quot; inherits=&amp;quot;MyFont&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;Size x=&amp;quot;100&amp;quot; y=&amp;quot;100&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;Anchors&amp;gt;&lt;br /&gt;
             &amp;lt;Anchor point=&amp;quot;TOP&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;/Anchors&amp;gt;&lt;br /&gt;
         &amp;lt;/Texture&amp;gt;&lt;br /&gt;
       &amp;lt;/Layer&amp;gt;&lt;br /&gt;
     &amp;lt;/Layers&amp;gt;&lt;br /&gt;
   &amp;lt;/Frame&amp;gt;&lt;br /&gt;
 &amp;lt;/Ui&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This example creates a Font that is used by a FontString. Demonstrates using Font to simplify use of FontString.&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
* height attribute added 6.1.0&lt;/div&gt;</summary>
		<author><name>Bear</name></author>
	</entry>
</feed>