-
Notifications
You must be signed in to change notification settings - Fork 35
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
How to merge all final glyphs to a new file #9
Comments
Hello, Thank you yes, at the moment the blend mode has a big problem, it also crashes on my end every other time. for now, it is better to have a font file in subsets, instead of using merge mode. but you can also help fix this feature via PR or other. Sorry :) |
Thank you Aiekick! For this project and the patient explanation. Currently, I'm converting all icons in SVG format into a single ttf file and using ImGuiFontStudio to validate and generate C/C++ header! The workflow works alright. I will open source my scripts if I have other weekend time. Best regards |
https://github.com/SuperWangKai/iconify2font Uploaded scripts used to generate font files from iconify (https://github.com/iconify/iconify). |
what is the relation with this post ? |
@aiekick Please see my last comment. |
i see your last comment but i always dont know the relation with this post. because this stuff is not related ti ImGuiFontStudio |
Haha, not really, I really wish this issue got fixed so I don't need to use my temporary scripts for the work around, which is never expected to be a serious project. Additionally, we need colored icons which will be supported by ImguiFontStudio. This tool has project to manage all the icons, which is also a big plus. |
ok haha, nice poject btw |
Hi Aiekick,
Thank you for such a cool tool!
I'm testing a feature to save all final selected fonts to a single .ttf file and generate a header for all the glyph.
In this case, no matter if a source font file in the project is used (i.e. has its glyph(s) selected), since it is a candidate and I may use it next time, a final .ttf should be exported.
I'm not sure if the "Merge" mode is the correct mode in this use case, but the
Generator::GenerateFontFile_Merged
function returned with error.The text was updated successfully, but these errors were encountered: