* include/freetype/ftimage.h: Explain standard types.
This commit is contained in:
parent
d41a855aab
commit
deba7feb57
|
@ -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…
Reference in New Issue