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.
我想创建字体图像。但是当我使用:
FT_Set_Pixel_Sizes(face,FONDSIZE,FONDSIZE)
并渲染
FT_Render_Glyph(..,FT_RENDER_MODE_NORMAL)
我发现 bitmap.rows 可能大于 FONDSIZE(在 24/32 msyh.ttf 中测试)。
如何确定分配内存的最大大小?