# ttf_tools **Repository Path**: wakanoc/ttf_tools ## Basic Information - **Project Name**: ttf_tools - **Description**: fontforge scripts - **Primary Language**: Shell - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-01-17 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README TTF Tools ======= 这都是一些处理TrueType 字体(ttf)的fontforge脚本。 如果想执行以下脚本,请在linux上安装fontforge。 ## fix\_ttf\_name.pe > 修改ttf文件的字体名称,用于处理低版本IE,加载EOT文件的[CSS3111](http://mirrur.github.io/blog/2014/09/15/ie-8-error-with-eot-css3111/)问题。 用法: fix_ttf_name.pe [ttf font file] [font name] ## ttf_info.pe > 显示ttf文件的具体的名称信息,用于验证经过 fix\_ttf\_name.pe 修改后的ttf文件的正确性。 用法: ttf_info.pe [ttf font file] ## ttf2svg.pe > 将ttf文件转换成SVG矢量文件。 用法:ttf2svg.pe [ttf font file] [output svg file] #安装fontforge debian系列 sudo apt-get install fontforge redhat系列 yum install fontforge