summaryrefslogtreecommitdiff
path: root/draw.go
diff options
context:
space:
mode:
Diffstat (limited to 'draw.go')
-rw-r--r--draw.go1
1 files changed, 1 insertions, 0 deletions
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")
}