Minor. Add documentation.

This commit is contained in:
Moazin Khatti 2019-06-23 18:02:55 +05:00
parent 1073e4cf5c
commit 22988063b0
2 changed files with 5 additions and 0 deletions

View File

@ -257,6 +257,8 @@ FT_BEGIN_HEADER
* The index of the glyph to be rendered. I think it's necessary * The index of the glyph to be rendered. I think it's necessary
* because one document can contain multiple glyphs. * because one document can contain multiple glyphs.
* *
* metrics ::
* A metrics object storing the size information.
*/ */
typedef struct FT_SvgGlyphRec_ typedef struct FT_SvgGlyphRec_
{ {

View File

@ -162,6 +162,9 @@ FT_BEGIN_HEADER
* *
* svg_document_length :: * svg_document_length ::
* The length of the SVG document string. * The length of the SVG document string.
*
* metrics ::
* A metrics object storing the size information.
*/ */
typedef struct FT_SVG_DocumentRec_ typedef struct FT_SVG_DocumentRec_