Added a new error `Invalid_SVG_Document'.

GSoC-2019-moazin
Moazin Khatti 6 years ago
parent ba9e6f9d41
commit 3479e03cdb
  1. 2
      include/freetype/fterrdef.h

@ -101,6 +101,8 @@
"too many hints" )
FT_ERRORDEF_( Invalid_Pixel_Size, 0x17,
"invalid pixel size" )
FT_ERRORDEF_( Invalid_SVG_Document, 0x18,
"invalid SVG document" )
/* handle errors */

Loading…
Cancel
Save