From 07f92bb8d939c04ee2777739b05d8bd975ad9e8d Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 10 Feb 2014 23:45:21 -0500 Subject: [PATCH] Added some TODOs. --- stdfont.go | 1 + 1 file changed, 1 insertion(+) diff --git a/stdfont.go b/stdfont.go index 276b0ed..8dcba9f 100644 --- a/stdfont.go +++ b/stdfont.go @@ -52,6 +52,7 @@ var ( ) // TODO adorn errors with which step failed? +// TODO this specific font doesn't seem like the right one but that's all I could find for what people actually use; also I need to return the other ones and check HWND types to make sure I apply the right font to the right thing... func getStandardWindowFont() (hfont HANDLE, err error) { var ncm NONCLIENTMETRICS