[BUG] Design Flaw - printTextLarge has strange expecations #40
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
zadammac/PETI#40
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The printTextLarge function call makes a strange assumption regarding
bitmap_rightandbitmap_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.
Issue is resolved on the current f/evolution development branch.