WoW:XML/FontString: Difference between revisions

103 bytes removed ,  6 December 2009
m
m (→‎Example: case)
Line 23: Line 23:
   <FontHeight val="12"/>
   <FontHeight val="12"/>
   <Anchors>
   <Anchors>
     <Anchor point="TOPLEFT" relativeTo="$parent">
     <Anchor point="TOPLEFT" relativeTo="$parent" x="20" y="-20" />
      <Offset>
        <AbsDimension x="20" y="-20"/>
      </Offset>
    </Anchor>
   </Anchors>
   </Anchors>
   <Shadow>
   <Shadow>
     <offset>
     <Offset x="1" y="1" />
      <AbsDimension x="1" y="1"/>
     <Color r="0" g="0" b="0"/>
     </offset>
    <color r="0" g="0" b="0"/>
   </Shadow>
   </Shadow>
  </FontString>
  </FontString>
[[Category:XML elements]]
[[Category:XML elements]]
Anonymous user