diff Core/Enumerations.h @ 1610:2dff2bdffdb8

font support within Orthanc
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 04 Sep 2015 13:44:21 +0200
parents 31f4adefb88f
children ffd23c0104af
line wrap: on
line diff
--- a/Core/Enumerations.h	Wed Sep 02 15:07:47 2015 +0200
+++ b/Core/Enumerations.h	Fri Sep 04 13:44:21 2015 +0200
@@ -76,6 +76,7 @@
     ErrorCode_UnknownDicomTag = 27    /*!< Unknown DICOM tag */,
     ErrorCode_BadJson = 28    /*!< Cannot parse a JSON document */,
     ErrorCode_Unauthorized = 29    /*!< Bad credentials were provided to an HTTP request */,
+    ErrorCode_BadFont = 30    /*!< Badly formatted font file */,
     ErrorCode_SQLiteNotOpened = 1000    /*!< SQLite: The database is not opened */,
     ErrorCode_SQLiteAlreadyOpened = 1001    /*!< SQLite: Connection is already open */,
     ErrorCode_SQLiteCannotOpen = 1002    /*!< SQLite: Unable to open the database */,