From 9d656007d504921d74f23e0a0860cd5a8294cb91 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 30 Apr 2020 21:40:51 +0200 Subject: Add flag for ignoring variant selectors that the font does not support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libskrift.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libskrift.h b/libskrift.h index cbfe9df..d587294 100644 --- a/libskrift.h +++ b/libskrift.h @@ -106,6 +106,7 @@ enum libskrift_hinting { #define LIBSKRIFT_NO_AUTOHINTING UINT32_C(0x00010000) /* Use autohinter if no hint information exist */ #define LIBSKRIFT_AUTOKERNING UINT32_C(0x00020000) /* Use autokerner even if kerning information exists */ #define LIBSKRIFT_NO_AUTOKERNING UINT32_C(0x00040000) /* Use autokerner if no kerning information exist */ +#define LIBSKRIFT_IGNORE_IGNORABLE UINT32_C(0x00080000) /* Ignore ignorable unhandled codepoints, such as variant selectors */ struct libskrift_rendering { int struct_version; -- cgit v1.2.3-70-g09d2