Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
freetype2 を使用して特定のフォントのキャップの高さを取得しようとしていますが、API 経由で取得する方法が見つかりません。これが可能かどうか、もしそうならAPI呼び出しが何であるかを誰かが知っていますか? そうでない場合、使用できる他のフォント ライブラリ (Java、C、Python など) はありますか? ありがとう!
私が間違っている場合は修正してください。ただし、これは私にとってはうまくいくようです:
int maxHeight = (face_->bbox.yMax >> 6) - (face_->bbox.yMin >> 6);