Ajuda com Fonte D3DX
Por favor, algum codificador poderia me ajudar a usar a fonte D3DXCreateFont da dll d3dx9_43.dll, porque tentei usar no modo normal, mas tenho problemas, simplesmente após um tempo o menu apaga sem eu entender.

HRESULT WINAPI Reseta(LPDIRECT3DDEVICE9 CA_DEVICE, D3DPRESENT_PARAMETERS *PARAMETROS)
{
minhaFonte->OnLostDevice();
HRESULT hRet = pReset(CA_DEVICE, PARAMETROS);
minhaFonte->OnResetDevice();
return hRet;
}