mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-04-26 18:30:42 +02:00
Add preamble.
This commit is contained in:
parent
e9a7015ec8
commit
5cbd052dfb
2 changed files with 22 additions and 0 deletions
|
|
@ -30,6 +30,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:
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
* General Remarks
|
||||
*
|
||||
* @sections:
|
||||
* preamble
|
||||
* header_inclusion
|
||||
* user_allocation
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue