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

adjust
Alexei Podtelezhnikov 6 months ago
parent d41a855aab
commit deba7feb57
  1. 4
      include/freetype/ftimage.h

@ -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.
*
*/

Loading…
Cancel
Save