-
Notifications
You must be signed in to change notification settings - Fork 86
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
Some questions... #185
Comments
|
Thanks, your answers helps, now i see some points pretty clear. But now i have some more questions:
Also some thougth in general. |
( |
Thank you very much, now I see the full picture. |
I am currenly looking for a good library that capable of rasterizing fonts on subpixel level. Your one looks very promising, because it pure C# and has no native external dependencies.
But, when i started looking twards learning of how it works, i hit the wall, because of this things:
It would be great if you could answer these questions, i hope it will clarify a lot of things that going on there:
3.1For example, if i want rasterize font into the atlas, i probably need some font container type, some bitmap type, and packer (i have one already)...
3.2. Is there way of working with font, like it just a collection of glyphs?
3.3. Which type i should use for rasterization?
3.4. Is there some bitmap type, or rendering based on some System.Drawing stuff?
Btw, it looks great, but it just unclear where from to start, and how to integrate it some external projects...
The text was updated successfully, but these errors were encountered: