More TODOs.
This commit is contained in:
parent
5454e81f3f
commit
182e8545d6
1
draw.go
1
draw.go
|
@ -697,6 +697,7 @@ func (f *Font) Handle() uintptr {
|
||||||
// Describe returns the FontDescriptor that most closely matches
|
// Describe returns the FontDescriptor that most closely matches
|
||||||
// this Font.
|
// this Font.
|
||||||
// TODO guarantees about idempotency
|
// TODO guarantees about idempotency
|
||||||
|
// TODO rewrite that first sentence
|
||||||
func (f *Font) Describe() *FontDescriptor {
|
func (f *Font) Describe() *FontDescriptor {
|
||||||
panic("TODO unimplemented")
|
panic("TODO unimplemented")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue