# WebFont-Helper
**Repository Path**: lztkdr/WebFont-Helper
## Basic Information
- **Project Name**: WebFont-Helper
- **Description**: WebFont Helper(网页字体助手)是 Windows 平台离线的网页字体生成辅助工具。
- **Primary Language**: Python
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2019-02-25
- **Last Updated**: 2020-12-18
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 网页字体助手 WebFont Helper
* 网页字体助手 是 Windows 平台离线的网页字体生成辅助工具。
===========
### WebFont Helper 功能特色
1. 生成字体子集(即提取用到的字符生成字体,或者大家所说的字体压缩);
2. 字体压扁或压矮;
3. 提取 ttf 文件中的用到的字符;
4. 字体转换:ttf 转 woff, svg, eot 等;
5. Windows 资源管理器 右键整合;
6. 剪贴板生成字体;
6. 完全离线 代码开源 任意修改;
### 下载 Download
请在 [Download](https://github.com/Linrstudio/WebFont-Helper/blob/master/download/WebFont-Helper-1.5.0.zip?raw=true 'Download') 下载
### 预览 Preview
### 更新日志 Change Log
v1.5.0
1. 添加文本去重、转繁体功能;
2. bugfix:解决源字体路径不支持中文问题;
v1.1.0
1. 采用 eotfast 生成 eot,文件更小;
2. 添加选项,用于生成 woff2,hta(或 html)预览文件,不生成 svg;
3. bugfix
#### 感谢 Thanks
程序中使用的以下开源程式,并进行了部分改动。版权归原作者,并特此感谢:
* FontForge http://fontforge.github.io/en-US/
* ttf2eot.exe https://code.google.com/p/ttf2eot/
* subset.py Google Inc.