From 720298e773876037dd9af384a9cc16956600b5e7 Mon Sep 17 00:00:00 2001 From: Patrick Lam Date: Wed, 26 Oct 2005 06:34:29 +0000 Subject: [PATCH] Add FC_EMBEDDED_BITMAP object type to tell Xft/Cairo whether to load embedded bitmaps or not. reviewed by: plam --- ChangeLog | 11 +++++++++++ fontconfig/fontconfig.h | 1 + fonts.conf.in | 4 ++++ src/fcdefault.c | 1 + src/fcname.c | 1 + 5 files changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3eef5ab..4ff3a07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2005-10-25 Jinghua Luo + reviewed by: plam + + * fontconfig/fonts.conf.in: + * fontconfig/fontconfig.h: + * src/fcdefault.c: + * src/fcname.c: + + Add FC_EMBEDDED_BITMAP object type to tell Xft/Cairo whether + to load embedded bitmaps or not. + 2005-10-25 Patrick Lam * src/fcfreetype.c (FcFreeTypeQuery): diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h index 36982f4..bff1058 100644 --- a/fontconfig/fontconfig.h +++ b/fontconfig/fontconfig.h @@ -102,6 +102,7 @@ typedef int FcBool; #define FC_CAPABILITY "capability" /* String */ #define FC_FONTFORMAT "fontformat" /* String */ #define FC_EMBOLDEN "embolden" /* Bool - true if emboldening needed*/ +#define FC_EMBEDDED_BITMAP "embeddedbitmap" /* Bool - true to enable embedded bitmaps */ #define FC_DIR_CACHE_FILE "fonts.cache-"FC_CACHE_VERSION #define FC_USER_CACHE_FILE ".fonts.cache-"FC_CACHE_VERSION diff --git a/fonts.conf.in b/fonts.conf.in index 869fec1..4f7a308 100644 --- a/fonts.conf.in +++ b/fonts.conf.in @@ -341,6 +341,10 @@ oblique + + + false +