forked from minhngoc25a/freetype2
Added a new error `Invalid_SVG_Document'.
This commit is contained in:
parent
ba9e6f9d41
commit
3479e03cdb
|
@ -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…
Reference in New Issue