From 46a10637cde656967b60f1e028b24763022358bb Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 10 Dec 2004 16:48:08 +0000 Subject: [PATCH] Configuration changes to request synthetic emboldening of fonts. The actual emboldening code will live in Xft. reviewed by: Keith Packard --- ChangeLog | 10 ++++++++++ fontconfig/fontconfig.h | 1 + fonts.conf.in | 20 ++++++++++++++++++++ 3 files changed, 31 insertions(+) diff --git a/ChangeLog b/ChangeLog index ee0bfbe..e53e20c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2004-12-10 Jakub Pavelek + + reviewed by: Keith Packard + + * fontconfig/fontconfig.h: + * fonts.conf.in: + + Configuration changes to request synthetic emboldening of + fonts. The actual emboldening code will live in Xft. + 2004-12-09 John Thacker reviewed by: Keith Packard diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h index 81b3da6..ab312da 100644 --- a/fontconfig/fontconfig.h +++ b/fontconfig/fontconfig.h @@ -95,6 +95,7 @@ typedef int FcBool; #define FC_FULLNAMELANG "fullnamelang" /* String RFC 3066 langs */ #define FC_CAPABILITY "capability" /* String */ #define FC_FONTFORMAT "fontformat" /* String */ +#define FC_EMBOLDEN "embolden" /* Bool - true if emboldening needed*/ #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 d1becba..446c0a0 100644 --- a/fonts.conf.in +++ b/fonts.conf.in @@ -311,6 +311,26 @@ + + + + + + 100 + + + + 200 + + + + true + + + +