From 483e9479f73dca77fd3b6db7ede72849b1552859 Mon Sep 17 00:00:00 2001 From: Diego Borghetti Date: Tue, 23 Jun 2009 18:26:01 +0000 Subject: New Style option: Overlap If this option is enable, the blenfont check for overlap characters, like one of my previous commit but now it's optional and disable by default. (This fix the "Fi" or other case when the characters are too close) Enable/disable from: Outliner -> User Preferences -> Styles -> Panel Font -> Overlap (also for other styles, Group Label, Widget, Widget Label) --- source/blender/blenfont/BLF_api.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenfont/BLF_api.h') diff --git a/source/blender/blenfont/BLF_api.h b/source/blender/blenfont/BLF_api.h index cb64615d64c..2ee31a17fa6 100644 --- a/source/blender/blenfont/BLF_api.h +++ b/source/blender/blenfont/BLF_api.h @@ -135,6 +135,7 @@ void BLF_dir_free(char **dirs, int count); #define BLF_FONT_KERNING (1<<2) #define BLF_USER_KERNING (1<<3) #define BLF_SHADOW (1<<4) +#define BLF_OVERLAP_CHAR (1<<5) /* font->mode. */ #define BLF_MODE_TEXTURE 0 -- cgit v1.2.3