Author Topic: Seating Chart Token  (Read 1428 times)

efdenny

  • Full Member
  • ***
  • Posts: 166
    • View Profile
Seating Chart Token
« on: January 16, 2022, 10:08:19 PM »
I'm trying to adjust the alignment of the text in the seating chart token on my layout. Is there a way to change the Table Name (tableEdgeFont) to be left aligned instead of centered? I've tried a few things and seem to have run into a wall on this...

Token code (generated by Edit Token):

Code: [Select]
<seatingChart format="diagram" columns="2" tableEdgeFont='{"Name":"Tahoma","Size":40,"Bold":true,"Italic":false,"Shadow":{"On":true,"OffsetX":3,"OffsetY":3,"Color":"#000"},"Color":"white","BGColor":"#0000","Underline":false,"Grad":{"ColorFrom":"#0000","ColorTo":"transparent","Type":0}}' tableBodyFont='{"Name":"Tahoma","Size":30,"Bold":true,"Italic":false,"Shadow":{"On":true,"OffsetX":3,"OffsetY":3,"Color":"#000"},"Color":"white","BGColor":"#0000","Underline":false,"Grad":{"ColorFrom":"#0000","ColorTo":"transparent","Type":0}}'>
« Last Edit: January 17, 2022, 08:01:40 AM by efdenny »

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Seating Chart Token
« Reply #1 on: January 17, 2022, 03:48:00 PM »
I'm afraid not.  There's no way to specify the table name alignment.

efdenny

  • Full Member
  • ***
  • Posts: 166
    • View Profile
Re: Seating Chart Token
« Reply #2 on: January 17, 2022, 04:05:34 PM »
No worries... how about adjusting the width of the columns?

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Seating Chart Token
« Reply #3 on: January 28, 2022, 10:35:55 AM »
Also not possible with the current token.  The column widths are computed based on the font size.

efdenny

  • Full Member
  • ***
  • Posts: 166
    • View Profile
Re: Seating Chart Token
« Reply #4 on: January 28, 2022, 10:36:52 AM »
Fair enough, I can make it work... Thanks Corey!