summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-10 23:45:21 -0500
committerPietro Gagliardi <[email protected]>2014-02-10 23:45:21 -0500
commit07f92bb8d939c04ee2777739b05d8bd975ad9e8d (patch)
tree08ce6a98478388ef33c49cfffaa225db5fd6a377
parent07c791331c507334f33fececbfeb68b97c89a44d (diff)
Added some TODOs.
-rw-r--r--stdfont.go1
1 files changed, 1 insertions, 0 deletions
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