From 22988063b03f6ec0da44ddc2987af855c0f70e87 Mon Sep 17 00:00:00 2001 From: Moazin Khatti Date: Sun, 23 Jun 2019 18:02:55 +0500 Subject: [PATCH] Minor. Add documentation. --- include/freetype/ftglyph.h | 2 ++ include/freetype/svgrenderer.h | 3 +++ 2 files changed, 5 insertions(+) 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_