Quantcast
Channel: Adobe Community: Message List - FrameMaker Scripting
Viewing all articles
Browse latest Browse all 3715

Re: get FontSize of the text

$
0
0
#target framemaker

var doc, textRange, prop;

doc = app.ActiveDoc;
textRange = doc.TextSelection;

prop = new PropVal ();
prop.propIdent.num = Constants.FP_FontSize;
prop.propVal.valType = Constants.FT_Metric;
prop.propVal.val = 8 * 65536;

doc.SetTextPropVal (textRange, prop);

Viewing all articles
Browse latest Browse all 3715

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>