FG Spreadshirt Swag
  1. #1

    Underlining text on a character sheet.

    Anyone know if it's possible to underline text used in a stringcontrol?

    Such as this:

    Code:
    <stringcontrol name="fatigue">
    	<anchored>
    		<to>healthframe</to>
    		<position>insidetop</position>
    		<offset>-40,30</offset>
    	</anchored>
    	<font>sheetlabelsmall</font>
    	<static>FATIGUE</static>
    </stringcontrol>
    Last edited by tdwyer11b; July 16th, 2007 at 04:37.
    Alea Iacta Est
    The Die is Cast!

  2. #2
    Not sure if theres an xml construct to enable it ... cant see one in the documentation though there is an "underlineoffset" tag.
    I guess you have to enable it in script like so:

    Code:
     
    
    <stringcontrol name="fatigue"> <anchored>
    <to>healthframe</to> <position>insidetop</position> <offset>-40,30</offset> </anchored> <font>sheetlabelsmall</font> <static>FATIGUE</static> <script> function onInit() setUnderline(true); end </script> </stringcontrol>
    I'd first try using an <underline /> tag in the xml. Maybe it's just undocumented.
    If that doesn't work then try <underline>true</underline> or <underline>on</underline>
    If they don't work then try the script...
    Last edited by Toadwart; July 16th, 2007 at 04:55.
    Work Less, Game More!

  3. #3
    You could also do this with a frame that has an underline on it. Look at the textlistitemvalue template in the charsheet_templates.xml. It just uses a frame called textline that puts a line under the text.

  4. #4
    Foen's Avatar
    Join Date
    Jan 2007
    Location
    Suffolk, England
    Posts
    2,007
    Two frames exist for this: textline and textlinesmall. I think the former is used on the d20 Notes tab, and the latter on the Skills tab.

    Stuart
    (Foen)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
5E Character Create Playlist

Log in

Log in