のねのBlog

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

2021-06-28から1日間の記事一覧

ERROR: Font has neither StemSnapV nor StdVW!

ERROR: Font has neither StemSnapV nor StdVW! if hasattr(privateDict, "StemSnapV"): vstems = privateDict.StemSnapV elif hasattr(privateDict, "StdVW"): vstems = [privateDict.StdVW] else: if allow_no_blues: # dummy value. Needs to be #larger …