[img]https://www.dropbox.com/s/jhf29eb2db0bnuf/Untitled111.png?dl=0[/img]
iam able to change the color of text in PriPritner using script basesd on squirrel programming..i.e
local doc=window.GetDocument();
local page=doc.GetPage(0);
page.SetTextColor(Color(255,0,0));
but iam not able to change the text font name and size plz suggest some line code to do so.
Thanks