Skip to content

Commit

Permalink
Continue splitting draw implementations.
Browse files Browse the repository at this point in the history
Also fixed broken midline align. LastMidline was fine, though. Sheesh.
  • Loading branch information
tinne26 committed Aug 8, 2023
1 parent 4129ad8 commit bd6aee8
Show file tree
Hide file tree
Showing 6 changed files with 267 additions and 316 deletions.
5 changes: 0 additions & 5 deletions mask/rasterizer.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ type Rasterizer interface {
// Renderer should call internally in order to connect its cache
// handler to the rasterizer changes.
SetOnChangeFunc(func(Rasterizer))

// If anyone needs the following methods, let me know and we
// can consider them...
//NotifyFontChange(*sfnt.Font)
//NotifySizeChange(fract.Unit)
}

// Maybe I could export this, but it doesn't feel that relevant.
Expand Down
Loading

0 comments on commit bd6aee8

Please sign in to comment.