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

The API for font building is inadequate #492

Open
GrimMaple opened this issue Aug 13, 2024 · 3 comments
Open

The API for font building is inadequate #492

GrimMaple opened this issue Aug 13, 2024 · 3 comments

Comments

@GrimMaple
Copy link

I've ran into #127 myself. Though the proposed solution does work, I find it inadequate from the API viewpoint

@zaafar
Copy link
Collaborator

zaafar commented Aug 13, 2024

yeah i know, in another project, I have created a wrapper API on top of imgui.net to bring QOL into font replacement activity. following is the example of how I am using that wrapper API.

https://github.com/zaafar/ClickableTransparentOverlay/blob/master/Examples/SingleThreadedOverlayWithCoroutines/SampleOverlay.cs#L114

maybe you can do the same in your project?

@GrimMaple
Copy link
Author

Well, making wrappers is OK(~ish). This is just an opportunity to improve this project. But unfortunately, I don't know where to begin with this. Maybe I could spend some time on it if you know how this can be approached

@zaafar
Copy link
Collaborator

zaafar commented Aug 18, 2024

Another thing is that Imgui folks are thinking about changing it so whatever change imgui.net folks will do would become invalid in the future...

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

No branches or pull requests

2 participants