Forum Discussion
andrjohns
3 years agoHelper II
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