summaryrefslogtreecommitdiff
path: root/stdfont_windows.go
AgeCommit message (Collapse)Author
2014-05-25Finished migrating the Windows code to using the pregenerated constants.Pietro Gagliardi
2014-04-28Got rid of another TODO about GetLastError() in the same way as earlier ↵Pietro Gagliardi
(this time in stdfont_windows.go); also fixed capitalization on the earlier one.
2014-03-12Separated file creation dates from the package comment.Pietro Gagliardi
2014-02-24Re-added Windows font grabbing code. I won't use it just yet, since I only ↵Pietro Gagliardi
now realize I don't actually need it for preferred sizes, but eh
2014-02-11Moved things that I haven't migated yet out of the way for now.Pietro Gagliardi
2014-02-11Added _windows.go extensions to all the files in preparation for the library ↵Pietro Gagliardi
writing.