adds 13x8 font
This commit is contained in:
@@ -68,6 +68,8 @@ func (s *Slot) Update(text []Segment) error {
|
||||
font = fonts.Face7x5
|
||||
case 9:
|
||||
font = fonts.Face9x6
|
||||
case 13:
|
||||
font = fonts.Face13x8
|
||||
default:
|
||||
return fmt.Errorf("%w: %d", ErrUnsupportedSlotHeight, s.segmentHeight)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user