-
Notifications
You must be signed in to change notification settings - Fork 39
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 Text Rendering #1
Labels
Comments
This was referenced May 30, 2016
Open
colemancda
added a commit
that referenced
this issue
May 30, 2016
colemancda
added a commit
that referenced
this issue
May 31, 2016
colemancda
added a commit
that referenced
this issue
May 31, 2016
colemancda
added a commit
that referenced
this issue
May 31, 2016
Unit test now displaying text in correct locations, but TimesNewRoman is ignored
Closed
colemancda
added a commit
that referenced
this issue
Jun 2, 2016
Single line text rendering is working properly, now I need to implement multiline rendering. Not sure whether to create a separate ticket and close this one, or wait till its implemented. I would like to at least have single line |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NSString.drawWithRect()
. Fonts have been added to Silica, and the main rendering code should be done there,NSString.drawWithRect()
is for UIKit compatibility.Text
branch in Cacao and themaster
branch in Silica.The text was updated successfully, but these errors were encountered: