Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Suggestions

A topic by ryuukk created May 07, 2019 Views: 199 Replies: 1
Viewing posts 1 to 2

Hi

This tool is really nice, good work!

I have few issues that i thought would be nice to share:

- Application seems to be a bit blurry, maybe font issue ?

- Default Application Font isn't readable, please use default imgui one or have a more natural default one


Thanks!

Developer (2 edits)

Hello, thanks for your feedback.

its a pleasure to have happy users :)

if you want to have the default font of imgui, you can just delete in the root directory, the font "comiccbd.ttf " :)

What do you mean by :"a bit blurry" ? i just use the default glfw renderer provided by ImGui. you can share a screenshot maybe ?

or maybe its just the initial font preview ( With chars array).

its normal because i have not loaded the font with higher size than 17.0f ( default scale of ImGui), and its scaled a bit.

if i do that, it require more time for create font texture and can be a memory issue for some users.

like its only for show what is the font we want to use. i thinck its not important to have better quality here :)

Thanks :)