Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 485 Bytes

notes.org

File metadata and controls

12 lines (12 loc) · 485 Bytes

todo list from bradfitz review

func (cr *Context) ClipExtents() (float64, float64, float64, float64)

named return params

func (matrix *Matrix) InitIdentity()

should be (m *Matrix)

func (scaledFont *ScaledFont) GetFontOptions(options *FontOptions)

options -> opts

GetFoo() -> Foo()

e.g. func (fontFace *ToyFontFace) GetWeight() FontWeight

other things to fix

CreateFromPng(filename string)

eliminate, and instead provide an interface that works with io.Reader