GDIPlusRenderer - put off rotate text, for now
This commit is contained in:
parent
8977137e84
commit
9bbfb995b8
|
@ -84,10 +84,9 @@ namespace BizHawk.Client.EmuHawk.CustomControls
|
|||
|
||||
public void PrepDrawString(Font font, Color color, bool rotate = false)
|
||||
{
|
||||
// Implement TODO
|
||||
if (rotate)
|
||||
{
|
||||
throw new NotImplementedException("rotate not implemented yet!");
|
||||
// TODO
|
||||
}
|
||||
|
||||
_currentFont = font;
|
||||
|
|
Loading…
Reference in New Issue