1 个稳定版本
1.0.0 | 2021年5月22日 |
---|---|
0.1.0 |
|
#20 in #truetype
21 每月下载量
20KB
83 行
font2img
将 TTF 图标字体转换为图像的工具。
安装
MacOS
通过 homebrew 安装。
brew tap kofj/kofj
brew install font2png
通过 Cargo 安装。
cargo install font2png
帮助
# font2img v1.0.0
Fanjiankong <[email protected]>
A tool for converting TTF icon font to images.
example:
font2png --charter $(printf '\ue957') -s 80 -f a -o src/assets/on/user.png -c "#d43c33"
USAGE:
font2png [FLAGS] [OPTIONS] --charter <charter> --color <color> --font <fontpath> --output <output>
FLAGS:
-h, --help Prints help information
-t, --transparent transparent background
-V, --version Prints version information
OPTIONS:
--charter <charter> icon charter
-c, --color <color> icon css style color
-f, --font <fontpath> font file path
-o, --output <output> output filename
-s, --size <size> output image's height and width(pixel) [default: 120]
待办事项
- 启用/禁用透明背景。
- 自定义背景颜色。
- 批量转换 cmap 列表。
- 自定义批量转换。
依赖项
~12MB
~196K SLoC