mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
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:
parent
88cdb96043
commit
c87861cbec
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue