named return params
should be (m *Matrix)
options -> opts
e.g. func (fontFace *ToyFontFace) GetWeight() FontWeight
eliminate, and instead provide an interface that works with io.Reader
named return params
should be (m *Matrix)
options -> opts
e.g. func (fontFace *ToyFontFace) GetWeight() FontWeight
eliminate, and instead provide an interface that works with io.Reader