-
Notifications
You must be signed in to change notification settings - Fork 164
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
Text manipulation support? #540
Comments
GIL stands for Generic Image Library, what kind of text manipulation support are you expecting from an image library? Rendering text? |
I know this might be hard and a lot to implement, but yes, yes, rendering text, loading from fonts, text color, text position etc. |
I would recommand to check this (old) contribution then, it might be a good start: FreetypeGIL by Tom Brinkman - A Freetype wrapper for GIL. Renders text onto GIL views.
|
Okey ty I really appreciate, one thing how do I get the value of |
GIL is not a rendering library. You should look at https://github.com/cpp-io2d/P0267_RefImpl and http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0267r10.pdf, and plenty of other libraries out there.
There is no such thing as |
Hi, 👋
I know this is dumb to open an issue for,
but will boost.gil support text manipulation, if so when ?
and thanks in advance
The text was updated successfully, but these errors were encountered: