Graphics

 View Only
  • 1.  Using multiple fonts in a single Textobject using Visual Logic

    Posted 03-07-2017 13:15
    Hi,

    I'm currently using Visual Logic to update a textobject during an animation.
    In the same textbox, I would like to append another text to the back of the textobject but in another font but I can't seem to find a way to do it.

    I've tried using the scripting OnSetText but that doesn't work.

    A workaround would be to add a separate textobject to the scene but I'm trying to prevent that because it's a big amount of textobjects.

    Any ideas on how to accomplish this?

    Thank you,
    Kenneth


  • 2.  RE: Using multiple fonts in a single Textobject using Visual Logic

    Posted 03-07-2017 16:33
    You should be able to use the font tags {FontName} and concatenate it with the strings you are assigning to the text object.
    #XPression


  • 3.  RE: Using multiple fonts in a single Textobject using Visual Logic

    Posted 03-27-2017 13:09
    Thank you Brian,
    That works like a charm.

    Best regards,
    Kenneth
    #XPression