From ad59d04c77a9b096fd4d7454b0d59e9bf30ffca6 Mon Sep 17 00:00:00 2001 From: Diego Borghetti Date: Fri, 10 Jul 2009 20:18:19 +0000 Subject: Yes!! a nice font again!! Matt, I found the problem in one of my previous commit, so I revert all my changes and now the font look good again. Also remove all the options (kerning, overlap and user kerning), I want to make this a little better. --- source/blender/makesdna/DNA_userdef_types.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/blender/makesdna/DNA_userdef_types.h') diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h index 771a7e43793..dec3fde8f53 100644 --- a/source/blender/makesdna/DNA_userdef_types.h +++ b/source/blender/makesdna/DNA_userdef_types.h @@ -66,9 +66,6 @@ typedef struct uiFont { typedef struct uiFontStyle { short uifont_id; /* saved in file, 0 is default */ short points; /* actual size depends on 'global' dpi */ - float kerning; /* kerning space between characters. */ - short overlap; /* check overlaped characters. */ - short pad; short italic, bold; /* style hint */ short shadow; /* value is amount of pixels blur */ short shadx, shady; /* shadow offset in pixels */ -- cgit v1.2.3