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
This commit is contained in:
Richard Campbell 2003-08-29 21:53:50 +00:00
parent 88cdb96043
commit c87861cbec

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * 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 #undef WIN32_LEAN_AND_MEAN
@ -57,9 +57,9 @@ BOOL FASTCALL InitFontSupport(VOID)
UINT File; UINT File;
static WCHAR *FontFiles[] = static WCHAR *FontFiles[] =
{ {
L"\\SystemRoot\\media\\fonts\\Vera.ttf",
L"\\SystemRoot\\media\\fonts\\helb____.ttf", L"\\SystemRoot\\media\\fonts\\helb____.ttf",
L"\\SystemRoot\\media\\fonts\\timr____.ttf", L"\\SystemRoot\\media\\fonts\\timr____.ttf",
L"\\SystemRoot\\media\\fonts\\Vera.ttf",
L"\\SystemRoot\\media\\fonts\\VeraBd.ttf", L"\\SystemRoot\\media\\fonts\\VeraBd.ttf",
L"\\SystemRoot\\media\\fonts\\VeraBI.ttf", L"\\SystemRoot\\media\\fonts\\VeraBI.ttf",
L"\\SystemRoot\\media\\fonts\\VeraIt.ttf", L"\\SystemRoot\\media\\fonts\\VeraIt.ttf",