GDIPlusRenderer - put off rotate text, for now
This commit is contained in:
parent
8977137e84
commit
9bbfb995b8
|
@ -84,12 +84,11 @@ 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;
|
||||
|
||||
var result = _brushCache.TryGetValue(color, out Brush brush);
|
||||
|
|
Loading…
Reference in New Issue