* include/freetype/ftimage.h: Explain standard types.

This commit is contained in:
Alexei Podtelezhnikov 2024-06-18 14:01:58 +00:00
parent d41a855aab
commit deba7feb57
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@
* Note: A 'raster' is simply a scan-line converter, used to render
* `FT_Outline`s into `FT_Bitmap`s.
*
* Note: This file can be used for STANDALONE_ compilation of raster (B/W)
* and smooth (anti-aliased) renderers. Therefore, it must rely on
* standard variable types only rather than aliases in fttypes.h.
*
*/