のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2020-06-01から1ヶ月間の記事一覧

Glyphs Case Sensitive

Case Sensitive Case Sensitiveのフォルダに変えないとだめかな

Glyphs2 TTF出力 The "description" string is empty

The "description" string is empty ”The "description" string is empty” help

ttfで出力 "フォント内に重複する製品用グリフ名があります: dasiaoxia,uni1FDE"

出力エラー "フォント内に重複する製品用グリフ名があります: dasiaoxia,uni1FDE" ”Duplicate product glyph name in font” https://forum.glyphsapp.com/t/font-contains-glyphs-with-duplicate-production-names/7198 出力のチェックを外した。 出力のチ…

roboto.ufoをGlyphs2で開いてみる。

warning "This file was last edited in an older app version and contains compoinds with unspecified alignment. Automatic alignment will apply the component shifts listed below (green, yellow and red indicate small, medium and large shifts).…

roboto make

(roboto-env) m_fujii@LimMbp53 roboto % make PYTHONPATH=:/Users/m_fujii/myFonts/github/roboto-src/roboto/scripts/lib python scripts/build-v2.py --------------------- Roboto Thin ---------------------- >> Mixing masters >> Generating glyphs …

roboto github

(roboto-env) m_fujii@LimMbp53 roboto % pip install -r requirements.txt Collecting git+https://github.com/typesupply/feaTools.git@ 8fc73f8ad5523cb6d9e0c8ac966eeb5dab5f7f49 (from -r requirements.txt (line 5)) Cloning https://github.com/types…

remoteの設定?

リモートの設定をSourceTreeで修正した。 $ git push -f Enumerating objects: 3352, done. Counting objects: 100% (3324/3324), done. Delta compression using up to 4 threads Compressing objects: 100% (1415/1415), done. Writing objects: 100% (320…

git filter-branch

confluence.atlassian.com qiita.com qiita.com qiita.com egulog.hatenablog.jp ~/ $ mkdir bin ~/ $ cd bin ~/bin $ pwd /c/Users/m_fuj/bin ~/bin $ chmod 755 ./git_find_big.sh ~/bin $ ./git_find_big.sh fatal: Cannot open existing pack file '.git…

git 大きな容量

大きな容量をどうやって消すか。 www.d-wood.com $ git count-objects -v warning: garbage found: .git/objects/pack/tmp_pack_2pozgg warning: garbage found: .git/objects/pack/tmp_pack_3BSvwW warning: garbage found: .git/objects/pack/tmp_pack_RmL…

git clone error. fatal: the remote end hung up unexpectedly

error: RPC failed; curl 56 OpenSSL SSL_read: No error fatal: the remote end hung up unexpectedly fatal: early EOF git -c filter.lfs.smudge= -c filter.lfs.required=false -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-loc…

fonttools cmap

fonttoolsのテストより引用 cmap github.com cmap_org = font_org["cmap"] font_temp = ttLib.TTFont() cmap_temp = table__c_m_a_p() cmap_temp.tableVersion = 0 <=これを入れないと、エラーになった。 cmap_temp.tables = [c0, c1, c2] <=入れ替えたりで…