<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 legacy_header_height="18"
 can_resize="true"
 height="450"
 layout="topleft"
 name="floater_test_textbox"
 help_topic="floater_test_textbox"
 width="600">
    <text
     type="string"
     length="1"
     height="90"
     layout="topleft"
     left="10"
     top_pad="30"
     width="300">
        First line of multiple lines
Second line of multiple lines
Third line of multiple lines
Fourth line of multiple lines
Fifth line of multiple lines
    </text>
      <text
       top_pad="10"
       left="10"
       right="-10"
       height="20"
       follows="top|left"
       font.name="SansSerifSmall"
       name="test_text10"
       tool_tip="text">
        SansSerifSmall
The 华文细黑 brown fox ヒラキjumped over the lazy dog.
      </text>
      <text
       top_pad="10"
       left="10"
       right="-10"
       height="25"
       follows="top|left"
       font.name="SansSerifMedium"
       name="test_text11"
       tool_tip="text">
        SansSerif
The 华文细黑 brown fox ヒラキjumped over the lazy dog.
      </text>
      <text
       top_pad="10"
       left="10"
       right="-10"
       follows="top|left"
       height="26"
       font.name="SansSerifLarge"
       name="test_text12"
       tool_tip="text">
        SansSerifLarge
The 华文细黑 brown fox ヒラキjumped over the lazy dog.
      </text>
      <text
       top_pad="10"
       left="10"
       height="35"
       right="-10"
       follows="top|left"
       font.name="SansSerifHuge"
       name="test_text13"
       tool_tip="text">
        SansSerifHuge
The 华文细黑 brown fox ヒラキjumped over the lazy dog.
      </text>
    <text
     type="string"
     length="1"
     font="SansSerif"
     font.style="BOLD"
     height="10"
     layout="topleft"
     left_delta="0"
     top_pad="40"
     width="300">
      SansSerif BOLD
    </text>
    <text
     type="string"
     length="1"
     font="SansSerif"
     font.style="BOLD|UNDERLINE"
     height="10"
     layout="topleft"
     left_delta="0"
     top_pad="10"
     width="300">
      SansSerif BOLD UNDERLINE
    </text>
    <text
   type="string"
   length="1"
   bottom="390"
   label="N"
   layout="topleft"
   left="10"
   name="right_aligned_text"
   width="380"
   halign="right"
   top_pad="10">
    Right aligned text
  </text>
  <text
 type="string"
 length="1"
 bottom="390"
 label="N"
 layout="topleft"
 left="10"
 name="centered_text"
 width="380"
 halign="center"
 top_pad="10">
    Centered text
  </text>
  <text
 type="string"
 length="1"
 height="60"
 label="N"
 layout="topleft"
 left="10"
 name="left_aligned_text"
 width="380"
 halign="left"
 top_pad="10">
    Left aligned text
  </text>
  <text
   type="string"
   length="1"
   bottom="390"
   label="N"
   layout="topleft"
   left="10"
   name="floater_map_north"
   right="30"
   top="370">
    N
  </text>

</floater>