freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master 5cbd052: Add preamble.


From: Alexei Podtelezhnikov
Subject: [freetype2] master 5cbd052: Add preamble.
Date: Fri, 30 Oct 2020 13:55:13 -0400 (EDT)

branch: master
commit 5cbd052dfba9b77bc74887ac6d498aff436880e1
Author: Alexei Podtelezhnikov <apodtele@gmail.com>
Commit: Alexei Podtelezhnikov <apodtele@gmail.com>

    Add preamble.
---
 include/freetype/freetype.h   | 21 +++++++++++++++++++++
 include/freetype/ftchapters.h |  1 +
 2 files changed, 22 insertions(+)

diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index be191f5..d02bbd2 100644
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -33,6 +33,27 @@ FT_BEGIN_HEADER
   /**************************************************************************
    *
    * @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:
diff --git a/include/freetype/ftchapters.h b/include/freetype/ftchapters.h
index 2ee2697..2a41fca 100644
--- a/include/freetype/ftchapters.h
+++ b/include/freetype/ftchapters.h
@@ -15,6 +15,7 @@
    *   General Remarks
    *
    * @sections:
+   *   preamble
    *   header_inclusion
    *   user_allocation
    *



reply via email to

[Prev in Thread] Current Thread [Next in Thread]