mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-15 18:38:14 +02:00
This is necessary because the document itself contains no sizing information. Outline glyphs encapsulate the sizing information in the outlines by scaling them. That is not possible here. One could access them from the face object reference inside a glyph slot, but when the function `FT_Glyph_To_Bitmap' creates a dummy slot it can not put a face object reference in it. Thus, it's better to store the size information here. |
||
|---|---|---|
| .. | ||
| freetype | ||
| ft2build.h | ||