2011年10月13日

讓 TIPTOP Web-GDC 也可以修改字型大小

有些人會認為 TIPTOP 的字怎麼這麼小(預設是9 pt),是可以讓 GDC 預設字型大小改為更大一點,只要在 gdc.exe 後面加上參數 –a即可,不過如果是 Web ActiveX GDC呢,就不能用參數去改了。
 
有找到如何可以改 GDC 參數的功能。
/u1/genero/gas/tpl/fglgdcdefault.html 檔,有以下的參數提供修改。

    function configureGDC() {
      //uncomment following line to enable Admin Mode
      gdc.setAdmin(true);          // 開啟 Option 功能 

      //uncomment following line to enable Debug Mode
      //gdc.setDebug(true);         // 開啟 Debug功能

      //uncomment and modify the following line if you want to change the ping timeout (120 sec by default)
      //gdc.setPingTimeOut(120);   // 開啟 ping time out 功能

       //uncomment and modify the following line if you want to change the proxy (using system settings by default)
      //gdc.setProxy("proxy:3128")  // 開啟 proxy 功能

      // this is to ensure that any popup window will appear in front of the browser
      gdc.setFocus();             // 設為視窗動作中
    }


存檔後重新開啟。
就可以修改文字大小囉~~

沒有留言:

張貼留言