Hi,

Le 08/04/2019 à 22:08, Federico Miyara a écrit :
> 
> Dear all,
> 
> Is there some way to customize the font size when using xstring?
> 
> For instance
> 
> xstring(0, 0, "$\large p_{1}(t)$")

xstring generate graphic entities of type "Text" which have a
"font_size" property (can vary from 1 to 6) so the easiest way is to get
the handle of this entity and modify the font size :

xstring(0, 0, "$p_{1}(t)$")
E=gce();E.font_size=5

Cheers,
Philippe

_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to