5E Product Walkthrough Playlist
  1. #1

    Text widget text font sizing bug?

    I'm in the middle of writing code for a height widget in one of my extensions.

    I'm wondering if it's a bug or if I need to code something differently for it to work properly in FGU vs FGC.
    Didn't see anything new or any obvious changes in the scripting reference manual.

    What's happening is that in FGU the text is tiny, only visible after zooming in a lot. Also the placement is either outside the widget frame or not centered.
    Where as in FGC it's working fine and placing correctly inside the text widget frame.

    Testing the same code in FGC at 100x100 px grid, 80% token size: FGC height.png

    And the same in FGU at 100x100 px grid (zoomed in very close to show the text), 80% token size: FGU height.png




    Test widget code for the larger widget directly on the right.

    function textWidgetTest(token)
    wdg = token.addTextWidget("height_large", 'HEIGHT');
    wdg.setVisible(true);
    wdg.setName("test_widget");
    wdg.setPosition("right",0,0);
    wdg.setFrame('tempmodmini',10,10,10,4);
    wdg.setColor('#FFA242');
    wdg.setMaxWidth(200);
    wdg.bringToFront();

    Debug.chat('Test widget created', wdg)
    end


    ps. Wasn't sure about posting this here or in the workshop, but if it's a FGU issue then maybe here is better for now? Particularly if it is in fact a bug.
    Last edited by StoryWeaver; January 10th, 2020 at 20:24.
    Extension writer, FGU Backer, Ultimate License holder.

    5E Enhancer (development and support on hold for now)

    Combat Enhancer 5E Classic (no longer officially supported, community support only)

    ps. Do not send PM's for support for the extensions I write, I will not not be able to respond there. Use the relevant forum threads instead so the community can benefit from the replies, thank you.



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
  •  
Starfinder Playlist

Log in

Log in