diff options
| author | Pietro Gagliardi <[email protected]> | 2016-01-12 18:41:49 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2016-01-12 18:41:49 -0500 |
| commit | 182e8545d639097eee59e6f84253a2a421d1152c (patch) | |
| tree | a767dbdfe1c2c00c001eef2352eff1731ef5c52c /draw.go | |
| parent | 5454e81f3f291a335e56f95797e9a256f97e62b9 (diff) | |
More TODOs.
Diffstat (limited to 'draw.go')
| -rw-r--r-- | draw.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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") } |
