MLB-LED-Scoreboard / mlb-led-scoreboard

An LED scoreboard for Major League Baseball :baseball:
GNU General Public License v3.0
591 stars 105 forks source link

Some fonts don't support unicode A4D8 / 42200 (`ꓘ`) for strikeouts looking #359

Closed ty-porter closed 2 years ago

ty-porter commented 2 years ago

Assets directory has fonts that do support , currently these are only 4x6 and 5x7.

Example layout files include the following fonts where this glyph is not represented:

twfarley commented 2 years ago

Looks good. Do we have a place that shows strikeouts? I haven't come across any.

ty-porter commented 2 years ago

Yeah, rendering the at-bat can either do a normal K or a backwards K depending on the play:

https://github.com/MLB-LED-Scoreboard/mlb-led-scoreboard/blob/83f54fce40338ec646ec3530f5c348c55c243266/renderers/games/game.py#L63-L68

twfarley commented 2 years ago

Looks good. Pulling in.