SHADERed
SHADERed copied to clipboard
Problems with different fonts
I get a problem with font icons in pipeline menu. Font: TurretRoad-Light. I think solution of this problem is a change standard font icons to .png format
Not sure how well the .png font would work with ImGui + .ttf is scalable.. By the way, are you trying to replace the icon font or the text/UI font?
To replace UI/text font, you can simply do that through the options. Here's your TurretRoad-Light font with properly displayed icons:

To use custom icons, replace icofont.ttf file with your own icon font. Though, that font has to have these characters defined: https://github.com/dfranx/SHADERed/blob/master/src/SHADERed/UI/Icons.h
Though, if you are trying to replace the icon font, not sure how the icons in the toolbar still display properly...