fontSubsetThreshold

書式

IllustratorSaveOptionsObject.fontSubsetThreshold

説明

ドキュメントで使用されている文字の割合が少ない場合にフォントをサブセットにする(埋め込む)割合を指定します。初期値は100%になっています。
var opt=new IllustratorSaveOptions();
opt.fontSubsetThreshold=50.5;
var savefile=new File("~/Desktop/myImageData.ai");
app.activeDocument.saveAs(savefile, opt);

目次に戻る