のねのBlog

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

2014-03-19から1日間の記事一覧

skia cmap その2

skia cmap その2

skia cmapその1

skia cmapその1

TTLibError: bad glyph record (leftover bytes: 4)

別のエラーがでるようになった。 >python2 d:\python27\scripts\ttx DroidSansArmenian.ttf Dumping "DroidSansArmenian.ttf" to "DroidSansArmenian#1.ttx"... Dumping 'GlyphOrder' table... Dumping 'head' table... Dumping 'hhea' table... Dumping 'ma…

TypeError: toXML() takes exactly 3 arguments (4 given) その3

64bit版で動かすとglyphのところで強制終了してしまう。もう一度pythonを入れなおすことにした。 32bit版にした。 python-2.7.6.msi numpy-1.8.0-win32-superpack-python2.7.exe

ImportError: Error importing numpy: you should not try to import numpy from its source directory

ImportError: Error importing numpy: you should not try to import numpy from its source directory; please exit the numpy source tree, and relaunch your python intepreter from there.How to import numpy in python shell d:\Users\m_fujii\Downlo…

vc 64bit

"vcvarsall.bat"という名前だと分かった。

dummymodule.obj : error LNK2019: 未解決の外部シンボル __imp__Py_InitModule4 が 関数 _init_dummy で参照されました。

Python extensions for Win64 via GCC >python setup.py install dummymodule.obj : error LNK2019: 未解決の外部シンボル __imp__Py_InitModule4 が 関数 _init_dummy で参照されました。 build\lib.win-amd64-2.7\numpy\core\_dummy.pyd : fatal error LNK…

TypeError: toXML() takes exactly 3 arguments (4 given) その3

def getTableModule(tag): """Fetch the packer/unpacker module for a table. Return None when no module is found. """ import tables pyTag = tagToIdentifier(tag) try: __import__("fontTools.ttLib.tables." + pyTag) except ImportError: <===エラー…

ttx -v font.ttf

Dumping "d:\Roboto-Regular.ttf" to "d:\Roboto-Regular#13.ttx"... Dumping 'GlyphOrder' table... (09:59:44) Reading 'post' table from disk (09:59:44) Decompiling 'post' table (09:59:44) Reading 'maxp' table from disk (09:59:44) Decompiling '…

TypeError: toXML() takes exactly 3 arguments (4 given) その2

その2

ttx その2

ttx その2

ttx その1

ttx その1

ttx -v

>python ttx -v usage: ttx [options] inputfile1 [... inputfileN] TTX 2.4 -- From OpenType To XML And Back If an input file is a TrueType or OpenType font file, it will be dumped to an TTX file (an XML-based text format). If an input file is…