-
Notifications
You must be signed in to change notification settings - Fork 6
Modified getCharInfo to accomodate for multiple fonts #3
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
Modified getCharInfo to accomodate for multiple fonts #3
Conversation
@@ -4,10 +4,12 @@ SparkFun Master Display Library | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
White space changes (presumably cause by different tab width settings) make this diff hard to process.
Hi @iangchristensen thanks for making a pull request! I'm not convinced that the addition of another font is the right move for this library and here's why:
Next Up?So... that's my peace. I'd still like to make it easy to integrate fonts with HD though. Can you tell me more about your needs for fonts? Maybe we can work together to plan / implement a companion library that makes it easy to use not just 1 or 2 fonts but 100 - 1000 fonts! And makes it easy to share fonts that are created by other users... or that makes it easy to use fonts that have already been created for PC use... or that allows you to use extra cool font rendering techniques! Super Cool Font StuffSubpixel Rendering PR CommentsI see that this is your first PR. Really thanks again for making it b/c it shows that there is interest in making HD better! I just would recommend that in future PRs you do two things differently:
|
@oclyke I'm definitely interested in possibly getting Subpixel Rendering or Font Hinting working, but I might need a little help getting started. I'm not entirely sure what my needs for new fonts are because I'm doing this as an internship, but from what I understand we just need more font sizes. Thanks for the pointers on using github--I'm still figuring stuff out. |
@iangchristensen I will make a new issue regarding font handling in general in cas you or anyone else is interested in continuing the discussion. |
The getCharInfo function has been modified to extract the necessary data for decoding different font-maps from whatever font file is being used, and a new font file has been added.