Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Implement Text Rendering #1

Closed
colemancda opened this issue May 30, 2016 · 1 comment
Closed

Implement Text Rendering #1

colemancda opened this issue May 30, 2016 · 1 comment
Assignees
Labels

Comments

@colemancda
Copy link
Member

colemancda commented May 30, 2016

  • The goal of this feature is to implement NSString.drawWithRect(). Fonts have been added to Silica, and the main rendering code should be done there, NSString.drawWithRect() is for UIKit compatibility.
  • Work on this feature is being done on the Text branch in Cacao and the master branch in Silica.
  • A PaintCode StyleKit test canvas and unit test case has been added to test this functionality. This feature will be considered done when that unit test renders the same output as PaintCode / UIKit.
@colemancda colemancda self-assigned this May 30, 2016
This was referenced May 30, 2016
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
colemancda added a commit that referenced this issue Jun 2, 2016
@colemancda
Copy link
Member Author

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 Label implemented for #3.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant