summaryrefslogtreecommitdiff
path: root/fonts.conf.in
diff options
context:
space:
mode:
authorPatrick Lam <plam@MIT.EDU>2005-10-26 06:34:29 +0000
committerPatrick Lam <plam@MIT.EDU>2005-10-26 06:34:29 +0000
commit720298e773876037dd9af384a9cc16956600b5e7 (patch)
tree70f0f4f683e6a99dfdc96b25d5cfa16acc132ccb /fonts.conf.in
parent961d9b9993ae815d6ba723829724bf0685809091 (diff)
Add FC_EMBEDDED_BITMAP object type to tell Xft/Cairo whether to load
embedded bitmaps or not. reviewed by: plam
Diffstat (limited to 'fonts.conf.in')
-rw-r--r--fonts.conf.in4
1 files changed, 4 insertions, 0 deletions
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 @@
<edit name="slant" mode="assign">
<const>oblique</const>
</edit>
+ <!-- and disable embedded bitmaps for artificial oblique -->
+ <edit name="embeddedbitmap" mode="assign">
+ <bool>false</bool>
+ </edit>
</match>
<!--