From 182e8545d639097eee59e6f84253a2a421d1152c Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 12 Jan 2016 18:41:49 -0500 Subject: More TODOs. --- draw.go | 1 + 1 file changed, 1 insertion(+) (limited to 'draw.go') diff --git a/draw.go b/draw.go index 99d8d41..b52f348 100644 --- a/draw.go +++ b/draw.go @@ -697,6 +697,7 @@ func (f *Font) Handle() uintptr { // Describe returns the FontDescriptor that most closely matches // this Font. // TODO guarantees about idempotency +// TODO rewrite that first sentence func (f *Font) Describe() *FontDescriptor { panic("TODO unimplemented") } -- cgit v1.2.3