diff --git a/BizHawk.Client.EmuHawk/CustomControls/ControlRenderer/IControlRenderer.cs b/BizHawk.Client.EmuHawk/CustomControls/ControlRenderer/IControlRenderer.cs index f31924c211..8026c85d1c 100644 --- a/BizHawk.Client.EmuHawk/CustomControls/ControlRenderer/IControlRenderer.cs +++ b/BizHawk.Client.EmuHawk/CustomControls/ControlRenderer/IControlRenderer.cs @@ -11,7 +11,7 @@ namespace BizHawk.Client.EmuHawk.CustomControls IDisposable LockGraphics(Graphics g, int width, int height); /// - /// Measure the width and height of string when drawn on device context HDC + /// Measure the width and height of string when drawn /// using the given font /// Size MeasureString(string str, Font font);