[BUG] Design Flaw - printTextLarge has strange expecations #40

Closed
opened 2024-01-28 19:06:11 -04:00 by ZAdamMac · 1 comment
ZAdamMac commented 2024-01-28 19:06:11 -04:00 (Migrated from github.com)

The printTextLarge function call makes a strange assumption regarding bitmap_right and bitmap_left, namely that the right half of the character is stored at a lower index than the left half of a character. This does not make sense when considering the normal design and storage of font files.

Correcting this issue will be included in the 0.4.0 update to better improve support for the overall transition to fontx2 source files.

The printTextLarge function call makes a strange assumption regarding `bitmap_right` and `bitmap_left`, namely that the right half of the character is stored at a lower index than the left half of a character. This does not make sense when considering the normal design and storage of font files. Correcting this issue will be included in the 0.4.0 update to better improve support for the overall transition to fontx2 source files.
ZAdamMac commented 2024-02-05 22:11:27 -04:00 (Migrated from github.com)

Issue is resolved on the current f/evolution development branch.

Issue is resolved on the current f/evolution development branch.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
zadammac/PETI#40
No description provided.