From c87861cbecb22c2fe82a847b4a8262d083470253 Mon Sep 17 00:00:00 2001 From: Richard Campbell Date: Fri, 29 Aug 2003 21:53:50 +0000 Subject: [PATCH] Use Vera instead of helmet for drawing menus, button captions, etc. Please note i wasn't able to TEST this patch but there is no possible way it doesn't work. svn path=/trunk/; revision=5926 --- reactos/subsys/win32k/objects/text.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/subsys/win32k/objects/text.c b/reactos/subsys/win32k/objects/text.c index adbe54dc768..65a0845488a 100644 --- a/reactos/subsys/win32k/objects/text.c +++ b/reactos/subsys/win32k/objects/text.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: text.c,v 1.48 2003/08/29 09:29:11 gvg Exp $ */ +/* $Id: text.c,v 1.49 2003/08/29 21:53:50 rcampbell Exp $ */ #undef WIN32_LEAN_AND_MEAN @@ -57,9 +57,9 @@ BOOL FASTCALL InitFontSupport(VOID) UINT File; static WCHAR *FontFiles[] = { + L"\\SystemRoot\\media\\fonts\\Vera.ttf", L"\\SystemRoot\\media\\fonts\\helb____.ttf", L"\\SystemRoot\\media\\fonts\\timr____.ttf", - L"\\SystemRoot\\media\\fonts\\Vera.ttf", L"\\SystemRoot\\media\\fonts\\VeraBd.ttf", L"\\SystemRoot\\media\\fonts\\VeraBI.ttf", L"\\SystemRoot\\media\\fonts\\VeraIt.ttf",