フォント( OTF / TTF )と Web フォント( WOFF / WOFF2 )の相互変換コマンドです。
$ pip install git+https://github.com/higurashi-takuto/web-font-converter.git
- 入力がフォントの場合は WOFF / WOFF2 を出力する。
- 入力が Web フォントの場合は内容に応じて OTF / TTF を出力する。
- それぞれ出力は拡張子のみを変えたパスに行う。
usage: wfc [-h] input
フォント ⇄ Web フォント
positional arguments:
input 入力フォントへのパス
optional arguments:
-h, --help show this help message and exit
- 入力フォントを WOFF に変換し出力する。
usage: wfc-woff [-h] [--output OUTPUT] input
WOFF へ変換
positional arguments:
input 入力フォントへのパス
optional arguments:
-h, --help show this help message and exit
--output OUTPUT, -o OUTPUT
入力フォントへのパス( デフォルトは拡張子のみ変更 )
- 入力フォントを WOFF2 に変換し出力する。
usage: wfc-woff2 [-h] [--output OUTPUT] input
WOFF2 へ変換
positional arguments:
input 入力フォントへのパス
optional arguments:
-h, --help show this help message and exit
--output OUTPUT, -o OUTPUT
入力フォントへのパス( デフォルトは拡張子のみ変更 )
- 入力フォントを OTF に変換し出力する。
usage: wfc-otf [-h] [--output OUTPUT] input
OTF へ変換
positional arguments:
input 入力フォントへのパス
optional arguments:
-h, --help show this help message and exit
--output OUTPUT, -o OUTPUT
入力フォントへのパス( デフォルトは拡張子のみ変更 )
- 入力フォントを TTF に変換し出力する。
usage: wfc-ttf [-h] [--output OUTPUT] input
TTF へ変換
positional arguments:
input 入力フォントへのパス
optional arguments:
-h, --help show this help message and exit
--output OUTPUT, -o OUTPUT
入力フォントへのパス( デフォルトは拡張子のみ変更 )