diff --git a/include/freetype/ftglyph.h b/include/freetype/ftglyph.h index 004a234c4..eea0f8c9f 100644 --- a/include/freetype/ftglyph.h +++ b/include/freetype/ftglyph.h @@ -257,6 +257,8 @@ FT_BEGIN_HEADER * The index of the glyph to be rendered. I think it's necessary * because one document can contain multiple glyphs. * + * metrics :: + * A metrics object storing the size information. */ typedef struct FT_SvgGlyphRec_ { diff --git a/include/freetype/svgrenderer.h b/include/freetype/svgrenderer.h index 50ebbce4a..27e615507 100644 --- a/include/freetype/svgrenderer.h +++ b/include/freetype/svgrenderer.h @@ -162,6 +162,9 @@ FT_BEGIN_HEADER * * svg_document_length :: * The length of the SVG document string. + * + * metrics :: + * A metrics object storing the size information. */ typedef struct FT_SVG_DocumentRec_