(360) Truetype font gets loaded now

This commit is contained in:
TwinAphex51224 2012-01-23 21:49:21 +01:00
parent c7692e7a72
commit 730983bf59
2 changed files with 3 additions and 1 deletions

View File

@ -29,6 +29,8 @@
<Text>SSNES 360</Text>
<TextColor>0xff0f0f0f</TextColor>
<DropShadowColor>0x800f0f0f</DropShadowColor>
<Font>Arial Unicode MS</Font>
<TextStyle>21</TextStyle>
</Properties>
</XuiText>
</XuiScene>

View File

@ -52,7 +52,7 @@ int menu_init (void)
}
/* Register font */
hr = app.RegisterDefaultTypeface(L"Arial Unicode MS", L"file://game/media/ssnes.ttf" );
hr = app.RegisterDefaultTypeface(L"Arial Unicode MS", L"file://game:/media/ssnes.ttf" );
if (FAILED(hr))
{
OutputDebugString("Failed to register default typeface.\n");