Tutorial Changing ImGui Font

Hiyall360

Awesome Active Platinian
Original poster
Jan 14, 2018
132
3,950
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:

1693194719482.png


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:

1693194878945.png



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

1693194945661.png


The result:

1693195611966.png


Hope this helps some of you.
 
Last edited: