Graphics

 View Only
  • 1.  font tabs&options and xpression

    Posted 08-29-2014 17:05
    Hi, I want to drive the string values of the tab numbers of a single text object, so I can make charts like this:

    "profession: medic doctor nurse" , using just one text object (I'll drive the strings with an xml), this way I can optimize my scene by using few text objects, and also I can take advantage of the alignment and position property of the text tabs.

    as a side note, is there a way to assign different fonts to the tabs?


  • 2.  RE: font tabs&options and xpression

    Posted 11-07-2014 23:14
    You could change fonts by putting the XPression number of the font in curly brackets, within the text:

    {1}profession: {2}medic doctor nurse

    #XPression


  • 3.  RE: font tabs&options and xpression

    Posted 11-07-2014 23:33
    Just to add to this you can also put the name of the font in curly brackets too. E.g. if you named a font TitleFont you can put {TitleFont}

    #XPression