using unityengine;
using system.collections;
using unityeditor;
using system.io;
using unityengine.ui;
using system.collections.generic;
public class play
debug.log(" --- create success!!! ---");
}[menuitem("fonttest/初始化字型大小 ---第二步")]
static void readfont()
else}}
debug.log(" --- init success!!! ---");
}//獲得配置檔案的路徑
static string getfntpath(string fontname)
}return size;
}//找到字型當前配置檔案 size
static string findfontsize(string path)}}
return size;
}/// /// --- 獲得檔案路徑
///
static void executegetfiles()
}//獲得所有路徑
private static listdirlist = new list();
static void findalldir(directoryinfo info)
findalldir(item);}}
//獲得檔案
private static listfntlist = new list();
static void findallfiles(directoryinfo info)}}
//重新生成後新增字型
static string refreshedaddfont(string tempfont)
}return path;
}[menuitem("fonttest/測試")]
static void logselectedtransformname()
}fs.flush();
fs.close();
}}/// /// 資料類
///
public class fntfile
public fntfile(string fnt_name, string fnt_path)
public string fnt_name
set}
public string fnt_path
set}
}
藝術字型 Photoshop濾鏡打造線框特效美術字
本例中我們用photoshop濾鏡來做 線框特效美術字 效果簡潔清新。1.開啟photoshop 將 前 背景色 設為白 黑,在後新建乙個大小為800 600畫素的檔案,背景內容為 背景色 3.然後執行選單中 濾鏡 畫素化 馬賽克 命令,設定其值為16 馬賽克引數可以自行調整,以看得到小方塊為標準 ...
藝術字型設計 一定要掌握這幾個原則
文字本身就是一種藝術,是人類發展到一定階段創造出來的,可以進行記錄與傳播的一種符號。而字型的變化,讓文字更加富有內涵,更加藝術。一些文字經過藝術化之後,更具視覺美感,更符合場景特徵。那麼,一款藝術字型設計需要掌握哪些原則呢?原則一 要給人視覺美感 藝術字型設計的過程中,已經超越了僅有的表達文字意思的...
VBA word中插入文字和藝術字
在當前游標處 活動文件末尾 插入文字 sub inserttextatendofdocument activedocument.content.insertafter text the end.endsub 在所選內容前插入文字 sub addtextbeforeselection selectio...