stewart
04-06-2007, 03:00 PM
I've tried pretty much every combination of fontheight elements and i just can't get the last line of text to change size. What am i missing?
<Layer level="OVERLAY">
<FontString name="$parentBMexplain" inherits="GameFontNormal" text="Attunement by completing the Escort">
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="50" y="-70"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="$parentBMexplain2" inherits="GameFontNormal" text="Thrall quest in CoT: Durnholde">
<FontHeight><RelValue x="2"/></FontHeight>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="50" y="-90"/>
</Offset>
</Anchor>
</Anchors>
<color r="1" g="1" b="1"/>
</FontString>
</Layer>
(obviously the rest of the xml is there, but this is just a chunk from the middle)
<Layer level="OVERLAY">
<FontString name="$parentBMexplain" inherits="GameFontNormal" text="Attunement by completing the Escort">
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="50" y="-70"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="$parentBMexplain2" inherits="GameFontNormal" text="Thrall quest in CoT: Durnholde">
<FontHeight><RelValue x="2"/></FontHeight>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="50" y="-90"/>
</Offset>
</Anchor>
</Anchors>
<color r="1" g="1" b="1"/>
</FontString>
</Layer>
(obviously the rest of the xml is there, but this is just a chunk from the middle)