ref: 5cbd052dfba9b77bc74887ac6d498aff436880e1
parent: e9a7015ec876bc79a345af03bb756a0980345498
author: Alexei Podtelezhnikov <apodtele@gmail.com>
date: Fri Oct 30 09:53:17 EDT 2020
Add preamble.
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -33,6 +33,27 @@
/**************************************************************************
*
* @section:
+ * preamble
+ *
+ * @title:
+ * Preamble
+ *
+ * @abstract
+ * What FreeType is and isn't
+ *
+ * @descriptiom
+ * FreeType is a library that provides access to glyphs in font files.
+ * It scales the glyph images and their metrics to a requested size but
+ * it is not a text layout engine. FreeType rasterizes the glyph images
+ * and produces pixel or subpixel alpha coverage bitmaps but it does not
+ * perform alpha blending or compositing itself.
+ *
+ */
+
+
+ /**************************************************************************
+ *
+ * @section:
* header_inclusion
*
* @title:
--- a/include/freetype/ftchapters.h
+++ b/include/freetype/ftchapters.h
@@ -15,6 +15,7 @@
* General Remarks
*
* @sections:
+ * preamble
* header_inclusion
* user_allocation
*