Exemplo n.º 1
0
 public void OnResetDevice()
 {
     if (_font.OnResetDevice() != ResultCode.Success)
     {
         Debugger.Break();
     }
 }
Exemplo n.º 2
0
 public void OnResetDevice()
 {
     fontSprite.OnResetDevice();
     font.OnResetDevice();
 }
Exemplo n.º 3
0
 public void LoadContent()
 {
     font.OnResetDevice();
     sprite.OnResetDevice();
 }