#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);
↧
Re: get FontSize of the text
↧