]> git.wh0rd.org - fontconfig.git/blobdiff - fontconfig/fontconfig.h
Currently Russian (ru) requires 0406 and 0456 (І and і), but these were
[fontconfig.git] / fontconfig / fontconfig.h
index 6758f276e6c4ee3a15d985b70e234c0aad701fae..81b3da6c1cae440f879508f2f413b1d6818eaca2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * $RCSId: xc/lib/fontconfig/fontconfig/fontconfig.h,v 1.30 2002/09/26 00:17:27 keithp Exp $
  *
- * Copyright © 2001 Keith Packard
+ * Copyright Â© 2001 Keith Packard
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
  * documentation for any purpose is hereby granted without fee, provided that
@@ -40,7 +40,7 @@ typedef int           FcBool;
 
 #define FC_MAJOR       2
 #define FC_MINOR       2
-#define FC_REVISION    96
+#define FC_REVISION    97
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))
 
@@ -94,6 +94,7 @@ typedef int           FcBool;
 #define FC_STYLELANG       "stylelang"         /* String RFC 3066 langs */
 #define FC_FULLNAMELANG            "fullnamelang"      /* String RFC 3066 langs */
 #define FC_CAPABILITY       "capability"       /* String */
+#define FC_FONTFORMAT      "fontformat"        /* String */
 
 #define FC_DIR_CACHE_FILE          "fonts.cache-"FC_CACHE_VERSION
 #define FC_USER_CACHE_FILE         ".fonts.cache-"FC_CACHE_VERSION