From f86b21811124bf47d4ec43c3de71c9aa937b3243 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 20 Oct 2019 09:27:22 -0500 Subject: [PATCH] Renderer doc fix --- .../CustomControls/ControlRenderer/IControlRenderer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);