R ruimac Member Monday at 1:07 PM #1 I know how to set the font of a Text plugin in a container, using code. But I can't get the font name from the Text plugin. Is there any command (System.SendCommand) that returns the font name used in a geometry?
I know how to set the font of a Text plugin in a container, using code. But I can't get the font name from the Text plugin. Is there any command (System.SendCommand) that returns the font name used in a geometry?
R ruimac Member Wednesday at 6:08 AM #2 Ok, got it!!! Code: cmd = System.SendCommand("#"&this.VizId&"*GEOM*FONT GET") cmd = System.SendCommand(cmd&"*UUID GET") cmd = System.SendCommand(cmd&"*NAME GET")
Ok, got it!!! Code: cmd = System.SendCommand("#"&this.VizId&"*GEOM*FONT GET") cmd = System.SendCommand(cmd&"*UUID GET") cmd = System.SendCommand(cmd&"*NAME GET")