-
Notifications
You must be signed in to change notification settings - Fork 68
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
Angled text? #15
Comments
Do you mean rotating the entire string to be drawn? Currently there's not a built-in way to do that and you'd need to draw to a temp target and then draw that rotated. |
Yes exactly, rotated ;) I guessed so much that it would have to be put into a temporary target and go from there. Any ideas on how to accomplish that? |
Using SDL_Renderer or SDL_gpu? |
SDL_Renderer
…-------- Original Message --------
Subject: Re: [grimfang4/SDL_FontCache] Angled text? (#15)
From: Jonathan Dearborn
To: grimfang4/SDL_FontCache
CC: Uros Gaber ,Author
Using SDL_Renderer or SDL_gpu?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#15 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ALNzu31OyxtxqEd-5Isdmr-Y398Y-1Poks5ra1AhgaJpZM4L8IwP>.
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found this lib and it is superb, really nice working but is there any simple way to support text draw with angle?
The text was updated successfully, but these errors were encountered: