From: Jean-Philippe Bruyère Date: Fri, 18 Feb 2022 03:28:22 +0000 (+0100) Subject: add invalid font status X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=6c018d6a02ac95cd9817fe358e487f99e9646717;p=jp%2Fvkvg.git add invalid font status --- diff --git a/include/vkvg.h b/include/vkvg.h index 8c1b36a..d0b8def 100644 --- a/include/vkvg.h +++ b/include/vkvg.h @@ -143,6 +143,7 @@ typedef enum { VKVG_STATUS_DEVICE_ERROR, /*!< vkvg device initialization error */ VKVG_STATUS_INVALID_IMAGE, /*!< */ VKVG_STATUS_INVALID_SURFACE, /*!< */ + VKVG_STATUS_INVALID_FONT /*!< Unresolved font name*/ }vkvg_status_t; typedef enum {