Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Commonization of graphical text buffer #1054

Merged
merged 39 commits into from
Oct 9, 2023

Conversation

cxxxr
Copy link
Member

@cxxxr cxxxr commented Sep 4, 2023

The SDL2 implementation implemented graphical-text-buffer and its drawing methods.
This is a buffer that can mix the drawing of text in any individual font with the display of images.
In this PR, I have refactored this mechanism so that it is a generic mechanism rather than an SDL2-specific mechanism.
In the process, the old drawing methods were completely replaced by the new ones

@cxxxr cxxxr force-pushed the commonization-of-graphical-text-buffer branch 6 times, most recently from cb756e4 to 57c273b Compare September 19, 2023 15:27
@cxxxr cxxxr force-pushed the commonization-of-graphical-text-buffer branch 7 times, most recently from 4463256 to f98db64 Compare September 29, 2023 13:09
@cxxxr cxxxr force-pushed the commonization-of-graphical-text-buffer branch from ff34317 to 35fe493 Compare September 30, 2023 16:08
@cxxxr cxxxr force-pushed the commonization-of-graphical-text-buffer branch from 35fe493 to 88dafde Compare October 1, 2023 06:59
@cxxxr cxxxr force-pushed the commonization-of-graphical-text-buffer branch from dc79636 to 40f4fd3 Compare October 2, 2023 12:31
@cxxxr cxxxr force-pushed the commonization-of-graphical-text-buffer branch from 7cd7ffa to 40c12f7 Compare October 4, 2023 14:53
@cxxxr cxxxr marked this pull request as ready for review October 9, 2023 13:08
@cxxxr cxxxr merged commit 32ec205 into main Oct 9, 2023
2 checks passed
@vindarel vindarel mentioned this pull request Oct 9, 2023
@cxxxr cxxxr deleted the commonization-of-graphical-text-buffer branch July 21, 2024 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant