のねのBlog

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

2018-07-26から1日間の記事一覧

Serialized data

Serialized dataAfter the coordinate data for the glyph's tuples is a block of serialized data. This data contains the points the tuples operate on and their deltas.If the tuples_share_point_numbers flag is set, the serialized data begins w…

private_point_numbers

private_point_numbers Flag indicating that the preceding tuple data for this tuple is a set of packed point numbers that this tuple operates on. If this bit is clear, this tuple uses shared point numbers. このタプルの前のタプルデータが こ…

tuples_share_point_numbers

Currently, the only flag bit supported is 0x8000, tuples_share_point_numbers. This means that all of the tuples reference a common set of packed point numbers that follow immediately after the tuple array. 現在サポートされている唯一のフラ…

vs2017でfonttoolsのtestがdebugでみれた。

プロジェクトを新規に作成し、 fonttoolsの場所を指定しただけで、 特に設定はしていない。ステップ実行できるのが、いいと思う。

ファントムポイント

google翻訳 ファントムポイント Microsoftラスタライザv.1.7以降では、 すべてのアウトラインの最後に4つの「ファントムポイント」が追加され、 幅または高さの制御が可能になります (v.1.7より前のMSラスタライザは2つのファントムポイントを追加するだけ…