summaryrefslogtreecommitdiff
path: root/include/freetype/otsvg.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/freetype/otsvg.h')
-rw-r--r--include/freetype/otsvg.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/freetype/otsvg.h b/include/freetype/otsvg.h
index b7b9af8cc..55969e57e 100644
--- a/include/freetype/otsvg.h
+++ b/include/freetype/otsvg.h
@@ -147,6 +147,12 @@ FT_BEGIN_HEADER
* end_glyph_id ::
* The ending glyph ID for the glyph range that this document has.
*
+ * transform ::
+ * Transformation matrix to apply on the glyph while rendering.
+ *
+ * delta ::
+ * Translation to apply on the glyph while rendering.
+ *
* @note:
* `metrics` and `units_per_EM` might look like repetitions since both
* fields are stored in face object, but they are not; When the slot is
@@ -165,6 +171,8 @@ FT_BEGIN_HEADER
FT_UShort units_per_EM;
FT_UShort start_glyph_id;
FT_UShort end_glyph_id;
+ FT_Matrix transform;
+ FT_Vector delta;
} FT_SVG_DocumentRec;
/**************************************************************************