-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cica_generatorが動作しない。 #6
Comments
【追記】 [root@siva Cica]# bash -x ./cica_generator.sh auto
Author: miiton This script is to generate ``Cica'' font from UbuntuMono and Rounded Mgen+ 1M. + getopts hVf:vln:wWbBZ:zas OPT
|
@azarashichop ご報告ありがとうございます。 mkdir tmp
mkdir Cica してから実行するとどうでしょう? こちらで Ubuntu 16.04 で新しく環境作って以下のように実行することで正常動作しました。 sudo apt-get -y install fontforge unar
git clone --recursive [email protected]:miiton/Cica.git
wget http://font.ubuntu.com/download/ubuntu-font-family-0.83.zip
unar ubuntu-font-family-0.83.zip
cp ubuntu-font-family-0.83/UbuntuMono-R.ttf ./sourceFonts
wget https://osdn.jp/downloads/users/8/8598/rounded-mgenplus-20150602.7z
unar rounded-mgenplus-20150602.7z
cp rounded-mgenplus-20150602/rounded-mgenplus-1m-regular.ttf ./sourceFonts
cp rounded-mgenplus-20150602/rounded-mgenplus-1m-bold.ttf ./sourceFonts
mkdir tmp
mkdir Cica
./cica_generator.sh auto 生成スクリプトグダグダのままですいません。。 |
お返事有難うございます。 中間生成される「modified_ubuntumono_generator.pe」をダイレクトに指定して The requested file, UbuuntuMono-R.ttf, does not exist |
treeコマンドの結果を貼り付けて頂く事できますか?
|
treeコマンドと、生成スクリプトの中身です。
7 directories, 98 files
Print messagePrint("Generate modified UbuntuMono.") Open UbuntuMonoPrint("Find ./sourceFonts/UbuntuMono-R.ttf.") Scale to standard glyph sizeScaleToEm(860, 140) Remove ambiguous glyphsif ("true" == "true") Pre-process for mergingSelectWorthOutputting() Save regular-facePrint("Save Modified-UbuntuMono-Regular.sfd.") Make glyphs boldPrint("While making UbuntuMono bold, wait a little...") Save bold-facePrint("Save Modified-UbuntuMono-Bold.sfd.") Open regular-face and make it boldif (0 != 0) Quit() |
うーん? 下記コマンドは動きますか?
|
を実行したところ、同じエラーが表示されました。 [root@siva Cica]# cat /etc/redhat-release [root@siva Cica]# fontforge -version |
了解です。ではクローズさせていただきますね。 一応こちらの環境も。。
あと、
などで全てのソースが取得できます。 |
了解です。情報ありがとうございます(・д・`●) |
あれから、試行錯誤した上で正常にフォント生成できました。 READMEや,generator.shに記載しておいて下さると、私のような勘違いなくなるかもです。 |
268行目、「 Open("${input_ubuntumono}")」
の処理がうまくいっていないようです。
スクリプトのコード間違いかもしれませんので、確認お願いします。
此方でも確認します。
The text was updated successfully, but these errors were encountered: