More TODOs.

This commit is contained in:
Pietro Gagliardi 2016-01-12 18:41:49 -05:00
parent 5454e81f3f
commit 182e8545d6
1 changed files with 1 additions and 0 deletions

View File

@ -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")
}