Forum Discussion

andrjohns's avatar
andrjohns
Helper II
3 years ago
Solved

Composite text settings (font, size, etc.) with enumerateObjectInstances

Hi All,

 

Is it possible to implement the composite text/font settings layout:

 

When using the enumerateObjectInstances() method? Or is it only possible if getFormattingModel() is used?

Thanks!
Andrew

  • Hi andrjohns - this is only supported in custom visuals for the new formatting cards and not legacy properties, so you will need to use the getFormattingModel() method.

     

    Daniel

2 Replies

  • dm-p's avatar
    dm-p
    Super User

    Hi andrjohns - this is only supported in custom visuals for the new formatting cards and not legacy properties, so you will need to use the getFormattingModel() method.

     

    Daniel

    • andrjohns's avatar
      andrjohns
      Helper II

      Ah thought that might be the case, but worth a shot.

       

      Thanks!