]> git.wh0rd.org - fontconfig.git/blobdiff - src/fcint.h
Grub through style to find weight/slant/width values when other techniques
[fontconfig.git] / src / fcint.h
index 7ffc3a627f42d91191b12555158384b0fc5c1137..9b469b72b54152ad2d2d51d9fd4071cee0647312 100644 (file)
@@ -653,6 +653,12 @@ FcStrBufData (FcStrBuf *buf, const FcChar8 *s, int len);
 int
 FcStrCmpIgnoreBlanksAndCase (const FcChar8 *s1, const FcChar8 *s2);
 
+const FcChar8 *
+FcStrContainsIgnoreBlanksAndCase (const FcChar8 *s1, const FcChar8 *s2);
+
+const FcChar8 *
+FcStrContainsIgnoreCase (const FcChar8 *s1, const FcChar8 *s2);
+
 FcBool
 FcStrUsesHome (const FcChar8 *s);