Renderer doc fix

This commit is contained in:
adelikat 2019-10-20 09:27:22 -05:00
parent 9dc91e508e
commit f86b218111
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ namespace BizHawk.Client.EmuHawk.CustomControls
IDisposable LockGraphics(Graphics g, int width, int height);
/// <summary>
/// Measure the width and height of string <paramref name="str"/> when drawn on device context HDC
/// Measure the width and height of string <paramref name="str"/> when drawn
/// using the given font <paramref name="font"/>
/// </summary>
Size MeasureString(string str, Font font);