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

Implement fetching bold kerning #192

Merged
merged 1 commit into from
Jul 4, 2023

Conversation

dogunbound
Copy link
Contributor

C doesn't have function overloading, so I had to resort to function name signature changes to resemble overloading. I think this is an ok way to do this

src/SFML/Graphics/Font.cpp Outdated Show resolved Hide resolved
@dogunbound dogunbound force-pushed the boldedKerning branch 2 times, most recently from 3e4bd1f to d99bd94 Compare July 4, 2023 16:30
@dogunbound dogunbound requested a review from eXpl0it3r July 4, 2023 17:14
build.sh Outdated Show resolved Hide resolved
@dogunbound
Copy link
Contributor Author

Finally got it right. lol. I'll have to be a bit more thorough before I put up a PR.

C doesn't have function overloading, so I had to resort to function name
signature changes to resemble overloading. I think this is an ok way to
do this
@ChrisThrasher ChrisThrasher merged commit df00407 into SFML:master Jul 4, 2023
5 checks passed
@dogunbound dogunbound deleted the boldedKerning branch July 4, 2023 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants