■プログラム説明(ソースコード説明)
			 文字の単位はtypeUnitsで取得、設定できます。
			
			■ソースコード
			uType = preferences.typeUnits;
			alert(uType);
			
			■ポイント
			 以下の値を指定できます。
			
			TypeUnits.MM
			TypeUnits.PIXELS
			TypeUnits.POINTS
			
		
■実際のスクリプトをダウンロード(sample.js.zip)