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

New Vector Font #1824

Closed
gfwilliams opened this issue May 18, 2020 · 2 comments
Closed

New Vector Font #1824

gfwilliams opened this issue May 18, 2020 · 2 comments

Comments

@gfwilliams
Copy link
Member

From http://forum.espruino.com/conversations/347368/#comment15287238

Need to pull this into Espruino. Should be pretty straightforward, but we need to pack X and Y into 4 bits each. Probably use 0xFF or similar to denote 'end of poly'

@gfwilliams
Copy link
Member Author

It's in now, using 0xFF. However if we use the first char to say how many verts are in the polygons then it'll be much faster to 'skip' to the relevant char, and there are extra bytes needed :)

@gfwilliams
Copy link
Member Author

Now implemented!

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

No branches or pull requests

1 participant