This is the AMP version of this page.
If you want to load the real page instead, click this text.

Tutorial Changing ImGui Font

Hiyall360

Awesome Active Platinian
Original poster
Jan 14, 2018
132
3,983
193
Mr.Pringlez
Want to pimp out your ImGui menus?

ImGui handles fonts using a C style array, find your font in your project (it's usually Roboto_Regular)

looks something like this:



To add your own custom font, download a font file (I like to use dafont website)

then go to: File to C style array converter

load up your font, and make sure the conversion settings are as follows:




click "Convert", and simply replace the array with the generated one.



The result:



Hope this helps some of you.
 
Last edited: